Team9-RobotIX/mobile-app-kt

Re-start if in inconsistent state (after user switched out of app)

Closed this issue · 1 comments

The way we're (not) handling activities / serialization if the app's state is discarded by the Android system, weird bugs can happen. To fix this, we should detect if some of that information is missing, and force a re-start of the app.

(hopefully) fixed in 2c0dc11