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
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: #20930 (comment)#21553 (comment)
Expected Behavior:
Show a non-dismissible native alert if currentActivity is null during app startup.
The alert should instruct the user to force close and restart the app.
The text was updated successfully, but these errors were encountered:
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: #20930 (comment) #21553 (comment)
Expected Behavior:
currentActivity
isnull
during app startup.The text was updated successfully, but these errors were encountered: