summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Evan Laird <evanlaird@google.com> 2024-05-09 00:44:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-05-09 00:44:28 +0000
commit49b5188ea4519b03bfbfaf8c7b594248140b0679 (patch)
treee34a848aa02719381a0f4939978a341552092e49
parente831fce01755cae8523fbe2c42569816bea15bb0 (diff)
parent20482540060cfbe249cf67958e0fb44cb3e6c9ed (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.kt2
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()
}
}