Merge "Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497" into mnc-dev

This commit is contained in:
Adrian Roos
2015-06-11 16:24:28 +00:00
committed by Android (Google) Code Review

View File

@@ -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