Loading services/core/java/com/android/server/notification/NotificationManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -3813,9 +3813,11 @@ public class NotificationManagerService extends SystemService { @Override public void onUserSwitched(int user) { synchronized (mNotificationList) { for (ManagedServiceInfo info : mServices) { unregisterService(info.service, info.userid); } } registerRanker(); } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -3813,9 +3813,11 @@ public class NotificationManagerService extends SystemService { @Override public void onUserSwitched(int user) { synchronized (mNotificationList) { for (ManagedServiceInfo info : mServices) { unregisterService(info.service, info.userid); } } registerRanker(); } Loading