diff options
author | 2018-03-15 15:02:24 +0000 | |
---|---|---|
committer | 2018-03-15 15:02:24 +0000 | |
commit | f30b7ef7537f46b68a348b7cd889841c892a30a4 (patch) | |
tree | af5f7de485593bed80e50e3cf13798572440410e | |
parent | cd0a1d1c8d88599b4a54dca61dbfbbe3e55c34a0 (diff) | |
parent | 1b0282873b812ac78cceb6e2ff1744ed6974e76d (diff) |
Merge "Display Cutout: invalidate overlay view when cutout changes" into pi-dev
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/ScreenDecorations.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java b/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java index e79006137a5e..9a20c81c4919 100644 --- a/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +++ b/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java @@ -388,6 +388,7 @@ public class ScreenDecorations extends SystemUI implements Tunable { mBounds.set(mInfo.displayCutout.getBounds()); localBounds(mBoundingRect); mInfo.displayCutout.getBounds().getBoundaryPath(mBoundingPath); + invalidate(); newVisible = VISIBLE; } else { newVisible = GONE; |