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

Commit aed82fe2 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

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

parents 4384a4b7 2846fabe
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();