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

Commit 1daf674f authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

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

parents fb6c2616 2aa743b7
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;
        }
    }