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

Commit ab7355f9 authored by Nate Myren's avatar Nate Myren
Browse files

Allow public notifications to expand with a swipe

For normal public notifications, this does (almost) nothing. For single line ones, this allows proper expansion

Fixes: 398853084
Test: manual
Flag: EXEMPT minor UX glitch fix
Change-Id: I176a3807b14a8591974be9ed31734aac94e0f237
parent de4d5f1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2986,6 +2986,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView

        mUserLocked = userLocked;
        mPrivateLayout.setUserExpanding(userLocked);
        mPublicLayout.setUserExpanding(userLocked);
        // This is intentionally not guarded with mIsSummaryWithChildren since we might have had
        // children but not anymore.
        if (mChildrenContainer != null) {