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

Commit c34c64c9 authored by Lyn Han's avatar Lyn Han Committed by Automerger Merge Worker
Browse files

Merge "Fix clipped notifications in sensitive mode" into tm-dev am: aed82fe2

parents e3a235e0 aed82fe2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2658,9 +2658,6 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
            return;
        }

        // bail out if no public version
        if (mPublicLayout.getChildCount() == 0) return;

        if (!animated) {
            mPublicLayout.animate().cancel();
            mPrivateLayout.animate().cancel();