Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/FooterViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ object FooterViewBinder { } launch { viewModel.clearAllButton.accessibilityDescriptionId.collect { textId -> viewModel.manageOrHistoryButton.accessibilityDescriptionId.collect { textId -> footer.setManageOrHistoryButtonDescription(textId) } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/FooterViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ object FooterViewBinder { } launch { viewModel.clearAllButton.accessibilityDescriptionId.collect { textId -> viewModel.manageOrHistoryButton.accessibilityDescriptionId.collect { textId -> footer.setManageOrHistoryButtonDescription(textId) } } Loading