This is a very specific bug where, if onBackPressed is called while the app in the background, an IllegalStateException occurs. This happens because the Error Dialog's onDismissed listener called onBackPressed, it should be updated to finish. Other activities should also be updated accordingly.
Crashlytics Report
This is a very specific bug where, if
onBackPressedis called while the app in the background, an IllegalStateException occurs. This happens because the Error Dialog's onDismissed listener calledonBackPressed, it should be updated tofinish. Other activities should also be updated accordingly.Crashlytics Report