diff options
| author | 2023-04-04 11:38:15 +0000 | |
|---|---|---|
| committer | 2023-04-04 11:38:15 +0000 | |
| commit | bb53e2386d2b3d9c0582a009ba1d8e676d34f6ee (patch) | |
| tree | 6bc81dd385647396272821c60db50038ff106168 | |
| parent | 5e30c563376615ab49d0314598413582f8e93469 (diff) | |
| parent | ceb7010da6a5c0301b506ef43da93ba785f52901 (diff) | |
Merge "Ensure scrim visibility updated by mPrimaryBouncerToGoneTransition" into tm-qpr-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java index 00f26beb6478..c7277935b378 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java @@ -405,6 +405,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump if (mKeyguardStateController.isKeyguardFadingAway()) { mStatusBarKeyguardViewManager.onKeyguardFadedAway(); } + dispatchScrimsVisible(); } }; |