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

Commit 34ace61a 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 am: c34c64c9

parents 84aacdb3 c34c64c9
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();