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

Commit d5ec8306 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Allowing to expand the children from the lockscreen now" into nyc-dev

parents c0e015a4 cb24ab8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4089,7 +4089,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        ExpandableNotificationRow row = null;
        if (expandView instanceof ExpandableNotificationRow) {
            row = (ExpandableNotificationRow) expandView;
            row.setUserExpanded(true);
            row.setUserExpanded(true /* userExpanded */, true /* allowChildExpansion */);
        }
        boolean fullShadeNeedsBouncer = !userAllowsPrivateNotificationsInPublic(mCurrentUserId)
                || !mShowLockscreenNotifications || mFalsingManager.shouldEnforceBouncer();