Skip to content

Commit c82824c

Browse files
eldhosembaburlazo
andauthored
Update firebase-inappmessaging-display/src/main/java/com/google/firebase/inappmessaging/display/FirebaseInAppMessagingDisplay.java
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent f19e9d1 commit c82824c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-inappmessaging-display/src/main/java/com/google/firebase/inappmessaging/display/FirebaseInAppMessagingDisplay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public void run() {
293293
@SuppressLint("ClickableViewAccessibility")
294294
private void inflateBinding(final Activity activity, final BindingWrapper bindingWrapper) {
295295
if (inAppMessage == null) {
296-
// inAppMessage could get null because of raise conditions from prior inapp message timers. So
296+
// inAppMessage could get null because of race conditions from prior inapp message timers. So
297297
// adding a safety null check. See b/269599986
298298
return;
299299
}

0 commit comments

Comments
 (0)