Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/NotificationIconContainerViewBinder.kt +2 −2 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ object NotificationIconContainerViewBinder { // Add and bind. val toAdd: Sequence<String> = iconsDiff.added.asSequence() + failedBindings.toList() for ((idx, notifKey) in toAdd.withIndex()) { for (notifKey in toAdd) { // Lookup the StatusBarIconView from the store. val sbiv = viewStore.iconView(notifKey) if (sbiv == null) { Loading @@ -256,7 +256,7 @@ object NotificationIconContainerViewBinder { // added again. removeTransientView(sbiv) } view.addView(sbiv, idx) view.addView(sbiv) boundViewsByNotifKey.remove(notifKey)?.second?.cancel() boundViewsByNotifKey[notifKey] = Pair( Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/NotificationIconContainerViewBinder.kt +2 −2 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ object NotificationIconContainerViewBinder { // Add and bind. val toAdd: Sequence<String> = iconsDiff.added.asSequence() + failedBindings.toList() for ((idx, notifKey) in toAdd.withIndex()) { for (notifKey in toAdd) { // Lookup the StatusBarIconView from the store. val sbiv = viewStore.iconView(notifKey) if (sbiv == null) { Loading @@ -256,7 +256,7 @@ object NotificationIconContainerViewBinder { // added again. removeTransientView(sbiv) } view.addView(sbiv, idx) view.addView(sbiv) boundViewsByNotifKey.remove(notifKey)?.second?.cancel() boundViewsByNotifKey[notifKey] = Pair( Loading