Merge "Remove setOutlineProvider call from layout pass"

This commit is contained in:
Peter Kalauskas
2022-06-14 17:01:58 +00:00
committed by Android (Google) Code Review

View File

@@ -74,11 +74,6 @@ public abstract class StackScrollerDecorView extends ExpandableView {
mSecondaryView = findSecondaryView();
setVisible(false /* nowVisible */, false /* animate */);
setSecondaryVisible(false /* nowVisible */, false /* animate */);
}
@Override
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
super.onLayout(changed, left, top, right, bottom);
setOutlineProvider(null);
}