Merge "Always set the top roundness of child rows to 0." into tm-qpr-dev

This commit is contained in:
Jeff DeCew
2022-06-01 17:53:04 +00:00
committed by Android (Google) Code Review

View File

@@ -1312,6 +1312,7 @@ public class NotificationChildrenContainer extends ViewGroup
}
float bottomRoundness = last ? currentBottomRoundness : 0.0f;
child.setBottomRoundness(bottomRoundness, isShown() /* animate */);
child.setTopRoundness(0.0f, false /* animate */);
last = false;
}
}