You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
Device OS Version and Device: Android 7 on Nexus 5X
Issue description
The Android OS will destroy activities when the user navigates away from them if the device is low on memory.
If the device is in this mode, when the user navigates to the camera activity from their app, when an attempt to navigate back to the app is made, the app crashes with the following exception:
General information
Issue description
The Android OS will destroy activities when the user navigates away from them if the device is low on memory.
If the device is in this mode, when the user navigates to the camera activity from their app, when an attempt to navigate back to the app is made, the app crashes with the following exception:
The standard way to fix this is to override
onRestoreStateForActivityResult
in the Android Activity.Steps to reproduce:
The text was updated successfully, but these errors were encountered: