Loading packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/OngoingActivityChipViewModel.kt +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ interface OngoingActivityChipViewModel { // The notification pipeline needs everything to run on the main thread, so keep // this event on the main thread. applicationScope.launch { // TODO(b/364653005): Move accessibility focus to the HUN when chip is tapped. notifChipsInteractor.onPromotedNotificationChipTapped(notificationKey) } } Loading packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/OngoingActivityChipsViewModel.kt +0 −2 Original line number Diff line number Diff line Loading @@ -132,7 +132,6 @@ constructor( LogLevel.INFO, { str1 = call.logName // TODO(b/364653005): Log other information for notification chips. str2 = notifs.map { it.logName }.toString() }, { "... > Call=$str1 > Notifs=$str2" }, Loading Loading @@ -377,7 +376,6 @@ constructor( val visibleChipsWithBounds: Flow<Map<String, RectF>> = if (StatusBarChipToHunAnimation.isEnabled) { combine(visibleChipKeys, chipBounds) { keys, chipBounds -> // TODO: Test chip w/o bounds isn't returned // TODO(b/393369891): Should we provide the placeholder bounds as a backup and // make those bounds public so that [NotificationStackScrollLayout] can do a // good default animation for chips even if we couldn't fetch the bounds for Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/OngoingActivityChipViewModel.kt +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ interface OngoingActivityChipViewModel { // The notification pipeline needs everything to run on the main thread, so keep // this event on the main thread. applicationScope.launch { // TODO(b/364653005): Move accessibility focus to the HUN when chip is tapped. notifChipsInteractor.onPromotedNotificationChipTapped(notificationKey) } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/OngoingActivityChipsViewModel.kt +0 −2 Original line number Diff line number Diff line Loading @@ -132,7 +132,6 @@ constructor( LogLevel.INFO, { str1 = call.logName // TODO(b/364653005): Log other information for notification chips. str2 = notifs.map { it.logName }.toString() }, { "... > Call=$str1 > Notifs=$str2" }, Loading Loading @@ -377,7 +376,6 @@ constructor( val visibleChipsWithBounds: Flow<Map<String, RectF>> = if (StatusBarChipToHunAnimation.isEnabled) { combine(visibleChipKeys, chipBounds) { keys, chipBounds -> // TODO: Test chip w/o bounds isn't returned // TODO(b/393369891): Should we provide the placeholder bounds as a backup and // make those bounds public so that [NotificationStackScrollLayout] can do a // good default animation for chips even if we couldn't fetch the bounds for Loading