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

This commit is contained in:
TreeHugger Robot
2022-08-03 19:00:41 +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;
}
}