Skip to content

Commit 3b864a6

Browse files
committed
No need to be public
1 parent 5dd3c1a commit 3b864a6

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
@@ -107,7 +107,7 @@ private void initialize(Activity activity, NotificationCallback notificationCall
107107
mBackgroundThread.start();
108108
}
109109

110-
public static synchronized UnityNotificationManager getNotificationManagerImpl(Context context) {
110+
static synchronized UnityNotificationManager getNotificationManagerImpl(Context context) {
111111
if (mUnityNotificationManager == null) {
112112
mUnityNotificationManager = new UnityNotificationManager();
113113
}

0 commit comments

Comments
 (0)