Merge "Fix a crash when setting vertical gear location and content view null" into nyc-dev
This commit is contained in:
@@ -1123,6 +1123,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
|
||||
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
||||
super.onLayout(changed, left, top, right, bottom);
|
||||
updateMaxHeights();
|
||||
if (mSettingsIconRow != null) {
|
||||
mSettingsIconRow.updateVerticalLocation();
|
||||
}
|
||||
}
|
||||
|
||||
private void updateMaxHeights() {
|
||||
|
||||
@@ -244,7 +244,6 @@ public class NotificationSettingsIconRow extends FrameLayout implements View.OnC
|
||||
}
|
||||
|
||||
public void setIconLocation(boolean onLeft) {
|
||||
updateVerticalLocation();
|
||||
if ((mIconPlaced && onLeft == mOnLeft) || mSnapping || mParent == null
|
||||
|| mGearIcon.getWidth() == 0) {
|
||||
// Do nothing
|
||||
|
||||
Reference in New Issue
Block a user