am a6e772c8: Merge "Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497" into mnc-dev

* commit 'a6e772c822b9095898b6611df0bedf95f445ca6e':
  Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497
This commit is contained in:
Adrian Roos
2015-06-11 16:26:45 +00:00
committed by Android Git Automerger

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