Skip to content

Commit 0903796

Browse files
committed
Fix merge
1 parent b68982c commit 0903796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ protected static void notify(Context context, int id, Notification notification)
719719
boolean showInForeground = notification.extras.getBoolean(KEY_SHOW_IN_FOREGROUND, true);
720720
if (!isInForeground() || showInForeground) {
721721
getNotificationManager(context).notify(id, notification);
722+
}
722723
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) synchronized (UnityNotificationManager.class) {
723724
mVisibleNotifications.add(Integer.valueOf(id));
724725
}

0 commit comments

Comments
 (0)