Loading packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -675,7 +675,6 @@ public class BubblesManager implements Dumpable { } try { int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; flags |= Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE; mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); } catch (RemoteException e) { Log.e(TAG, e.getMessage()); Loading Loading
packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -675,7 +675,6 @@ public class BubblesManager implements Dumpable { } try { int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; flags |= Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE; mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); } catch (RemoteException e) { Log.e(TAG, e.getMessage()); Loading