diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-08-09 07:14:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-11 11:14:22 -0700 |
commit | fd58441b085a55df6c6da75131eb75fb0a65a0a1 (patch) | |
tree | 2d9911a3f8bcdc1af963fe7b30a07dfc63ef85d5 /mobile-widgets | |
parent | fbf94d4a7bda22e0b15b8705ed64968c2a57d9dc (diff) | |
download | subsurface-fd58441b085a55df6c6da75131eb75fb0a65a0a1.tar.gz |
Android: only handle Intents after the app is initialized
The old code happened to work because this function only got called if
the app was already running, but the correct thing to do is to always
wait until we have first called back from C++ code, indicating that the
app is indeed fully initialized.
This way we only process the Intent in one place in the Java code.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
0 files changed, 0 insertions, 0 deletions