Open Parveshdhull opened 2 weeks ago
If currentActivity is null when the app starts, it leads to an unusable state where users can't access accounts or create new ones. To prevent users from being stuck in this state, we should display a native, non-dismissible alert. The alert should inform the user that the app started in an unusual state and prompt them to force close and restart the app. more details: https://github.com/status-im/status-mobile/issues/20930#issuecomment-2454491957 https://github.com/status-im/status-mobile/pull/21553#issuecomment-2456518549
currentActivity
null
Expected Behavior:
Description
If
currentActivity
isnull
when the app starts, it leads to an unusable state where users can't access accounts or create new ones. To prevent users from being stuck in this state, we should display a native, non-dismissible alert. The alert should inform the user that the app started in an unusual state and prompt them to force close and restart the app. more details: https://github.com/status-im/status-mobile/issues/20930#issuecomment-2454491957 https://github.com/status-im/status-mobile/pull/21553#issuecomment-2456518549Expected Behavior:
currentActivity
isnull
during app startup.