Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/binder/CollapsedStatusBarViewBinder.kt +2 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ class CollapsedStatusBarViewBinderImpl @Inject constructor() : CollapsedStatusBa primaryChipView.show(shouldAnimateChange = true) is OngoingActivityChipModel.Hidden -> primaryChipView.hide( shouldAnimateChange = primaryChipModel.shouldAnimate state = View.GONE, shouldAnimateChange = primaryChipModel.shouldAnimate, ) } } else { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/binder/CollapsedStatusBarViewBinder.kt +2 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ class CollapsedStatusBarViewBinderImpl @Inject constructor() : CollapsedStatusBa primaryChipView.show(shouldAnimateChange = true) is OngoingActivityChipModel.Hidden -> primaryChipView.hide( shouldAnimateChange = primaryChipModel.shouldAnimate state = View.GONE, shouldAnimateChange = primaryChipModel.shouldAnimate, ) } } else { Loading