subsurface/android-mobile/src/org
Dirk Hohndel fd58441b08 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>
2018-08-11 11:14:22 -07:00
..
subsurfacedivelog/mobile Android: only handle Intents after the app is initialized 2018-08-11 11:14:22 -07:00