Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderImpl.java +8 −7 Original line number Diff line number Diff line Loading @@ -336,6 +336,14 @@ public class NotificationInterruptStateProviderImpl implements NotificationInter return false; } } if (entry.hasJustLaunchedFullScreenIntent()) { if (DEBUG_HEADS_UP) { Log.d(TAG, "No alerting: recent fullscreen: " + sbn.getKey()); } return false; } return true; } Loading Loading @@ -365,13 +373,6 @@ public class NotificationInterruptStateProviderImpl implements NotificationInter return false; } if (entry.hasJustLaunchedFullScreenIntent()) { if (DEBUG_HEADS_UP) { Log.d(TAG, "No alerting: recent fullscreen: " + sbn.getKey()); } return false; } return true; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderImpl.java +8 −7 Original line number Diff line number Diff line Loading @@ -336,6 +336,14 @@ public class NotificationInterruptStateProviderImpl implements NotificationInter return false; } } if (entry.hasJustLaunchedFullScreenIntent()) { if (DEBUG_HEADS_UP) { Log.d(TAG, "No alerting: recent fullscreen: " + sbn.getKey()); } return false; } return true; } Loading Loading @@ -365,13 +373,6 @@ public class NotificationInterruptStateProviderImpl implements NotificationInter return false; } if (entry.hasJustLaunchedFullScreenIntent()) { if (DEBUG_HEADS_UP) { Log.d(TAG, "No alerting: recent fullscreen: " + sbn.getKey()); } return false; } return true; } Loading