Merge "Fixed a bug where the notifications would jump when going to the full shade" into mnc-dev
This commit is contained in:
@@ -582,7 +582,7 @@ public class StackScrollAlgorithm {
|
||||
return row.getIntrinsicHeight();
|
||||
} else if (child instanceof ExpandableView) {
|
||||
ExpandableView expandableView = (ExpandableView) child;
|
||||
return expandableView.getActualHeight();
|
||||
return expandableView.getIntrinsicHeight();
|
||||
}
|
||||
return child == null? mCollapsedSize : child.getHeight();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user