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
You can use LocalBroadcastManager to check if can show notification (the alert dialog one) instead keeping Activity instance in Application. Could lead to memory leaks.
The text was updated successfully, but these errors were encountered:
You can use
LocalBroadcastManager
to check if can show notification (the alert dialog one) instead keeping Activity instance in Application. Could lead to memory leaks.The text was updated successfully, but these errors were encountered: