summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-09 07:14:56 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-11 11:14:22 -0700
commitfd58441b085a55df6c6da75131eb75fb0a65a0a1 (patch)
tree2d9911a3f8bcdc1af963fe7b30a07dfc63ef85d5 /mobile-widgets
parentfbf94d4a7bda22e0b15b8705ed64968c2a57d9dc (diff)
downloadsubsurface-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