diff options
| author | 2024-05-09 00:44:28 +0000 | |
|---|---|---|
| committer | 2024-05-09 00:44:28 +0000 | |
| commit | 49b5188ea4519b03bfbfaf8c7b594248140b0679 (patch) | |
| tree | e34a848aa02719381a0f4939978a341552092e49 | |
| parent | e831fce01755cae8523fbe2c42569816bea15bb0 (diff) | |
| parent | 20482540060cfbe249cf67958e0fb44cb3e6c9ed (diff) | |
Merge "[Sb] requestLayout when visibility state changes" into 24D1-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/MobileIconBinder.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/MobileIconBinder.kt b/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/MobileIconBinder.kt index a0c5618041f6..5f08afdee74a 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/MobileIconBinder.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/MobileIconBinder.kt @@ -128,6 +128,8 @@ object MobileIconBinder { mobileGroupView, dotView, ) + + view.requestLayout() } } |