summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2015-04-10 17:00:42 -0700
committerSelim Cinek <cinek@google.com>2015-04-15 11:11:58 -0700
commitba67acff25950a32476273b5d60192a3874c2130 (patch)
tree69d50a59b8d49f7b7d0cf24e228513098df02c4b
parent1740c625c6b2b39d6b35d08a7bd362ea907cf082 (diff)
downloadframeworks_base-ba67acff25950a32476273b5d60192a3874c2130.zip
frameworks_base-ba67acff25950a32476273b5d60192a3874c2130.tar.gz
frameworks_base-ba67acff25950a32476273b5d60192a3874c2130.tar.bz2
Fixed a bug with notification clipping
When rotating / layouting the clipping was not updated which lead to a bug. Change-Id: I614ad3948ae38a184276d0fa1d38b3888948fc61
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java b/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java
index 7ae0d6d..e632cc8 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java
@@ -118,6 +118,7 @@ public abstract class ExpandableView extends FrameLayout {
setContentHeight(initialHeight);
}
}
+ updateClipping();
}
/**