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
The code in LauncherActivity uses FirebaseAnalytics.getAppInstanceId() without checking if task.getResult() is null. If the result is null, adding it to mQueryParams could lead to a crash or incorrect behavior. Adding a null check would make this code more robust.
The text was updated successfully, but these errors were encountered:
The code in LauncherActivity uses FirebaseAnalytics.getAppInstanceId() without checking if task.getResult() is null. If the result is null, adding it to mQueryParams could lead to a crash or incorrect behavior. Adding a null check would make this code more robust.
The text was updated successfully, but these errors were encountered: