Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e49e4093 authored by Adrian Roos's avatar Adrian Roos
Browse files

Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497

Original CL was missing a case.

Bug: 21765088
Change-Id: I8a2ef543f6ef1c9cb1132cb0caeca1bbdef18890
parent b535c5e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,6 +83,10 @@ public class StatusBarWindowView extends FrameLayout {
            insets.top = 0;
            insets.right = 0;
        } else {
            if (mRightInset != 0) {
                mRightInset = 0;
                applyMargins();
            }
            boolean changed = getPaddingLeft() != 0
                    || getPaddingRight() != 0
                    || getPaddingTop() != 0