Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b86b7182 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 6b3f5537 16186884
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
        }
    }