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

Commit 947c5251 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

parents 2400a36c b86b7182
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;
        }
    }