Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt +4 −2 Original line number Diff line number Diff line Loading @@ -403,9 +403,11 @@ constructor( debugRunnableLabelMap.remove(r) } } val dropList = listToDrop.joinToString("\n ") { getKey(it) } headsUpManagerLogger.logDroppedHuns(dropList) } val dropListStr = listToDrop.joinToString("\n ") { getKey(it) } headsUpManagerLogger.logDroppedHuns(dropListStr) clearNext() showNow(headsUpEntryShowing!!, headsUpEntryShowingRunnableList) } Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/HeadsUpManagerImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -1385,7 +1385,8 @@ public class HeadsUpManagerImpl mPostTime = Math.max(mPostTime, now); } }; mAvalancheController.update(this, runnable, "updateEntry (updatePostTime)"); mAvalancheController.update(this, runnable, "updateEntry reason:" + reason + " updatePostTime:" + updatePostTime); if (isSticky()) { cancelAutoRemovalCallbacks("updateEntry (sticky)"); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt +4 −2 Original line number Diff line number Diff line Loading @@ -403,9 +403,11 @@ constructor( debugRunnableLabelMap.remove(r) } } val dropList = listToDrop.joinToString("\n ") { getKey(it) } headsUpManagerLogger.logDroppedHuns(dropList) } val dropListStr = listToDrop.joinToString("\n ") { getKey(it) } headsUpManagerLogger.logDroppedHuns(dropListStr) clearNext() showNow(headsUpEntryShowing!!, headsUpEntryShowingRunnableList) } Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/HeadsUpManagerImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -1385,7 +1385,8 @@ public class HeadsUpManagerImpl mPostTime = Math.max(mPostTime, now); } }; mAvalancheController.update(this, runnable, "updateEntry (updatePostTime)"); mAvalancheController.update(this, runnable, "updateEntry reason:" + reason + " updatePostTime:" + updatePostTime); if (isSticky()) { cancelAutoRemovalCallbacks("updateEntry (sticky)"); Loading