Skip to content

Commit 28a7ea5

Browse files
committed
Class name is redundant
1 parent 75e6d42 commit 28a7ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ protected void performNotificationScheduling(int id, Notification.Builder notifi
343343
Intent intent = buildNotificationIntent(mContext);
344344

345345
if (intent != null) {
346-
UnityNotificationManager.saveNotification(mContext, notificationBuilder.build());
346+
saveNotification(mContext, notificationBuilder.build());
347347
scheduleAlarmWithNotification(notificationBuilder, intent, fireTime);
348348
}
349349
}

0 commit comments

Comments
 (0)