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
Possible fix for FIAM crash when trying to clear image loading (#3506)
* Possible fix for FIAM crash when trying to clear image loading when activity is paused. This could happen when the parent activity is paused and FIAM image loading is in progress (ie. FIAM window is not yet shown) Internal tracking bug: b/221776899
* Changing tests to account for the fix.
Copy file name to clipboardExpand all lines: firebase-inappmessaging-display/src/main/java/com/google/firebase/inappmessaging/display/FirebaseInAppMessagingDisplay.java
Copy file name to clipboardExpand all lines: firebase-inappmessaging-display/src/test/java/com/google/firebase/inappmessaging/display/FirebaseInAppMessagingDisplayTest.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,7 @@ public void onActivityPaused_clearsDisplayListener() {
0 commit comments