Skip to content

Commit f19e9d1

Browse files
committed
Formatting
1 parent 398596c commit f19e9d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,9 @@ public void run() {
292292
// it is safe to ignore this warning
293293
@SuppressLint("ClickableViewAccessibility")
294294
private void inflateBinding(final Activity activity, final BindingWrapper bindingWrapper) {
295-
if(inAppMessage==null){
296-
// inAppMessage could get null because of raise conditions from prior inapp message timers. So adding a safety null check. See b/269599986
295+
if (inAppMessage == null) {
296+
// inAppMessage could get null because of raise conditions from prior inapp message timers. So
297+
// adding a safety null check. See b/269599986
297298
return;
298299
}
299300

0 commit comments

Comments
 (0)