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

Commit cb24ab8e authored by Selim Cinek's avatar Selim Cinek
Browse files

Allowing to expand the children from the lockscreen now

Bug: 24866646
Change-Id: Ibb4dc98e8148b912253153065c9c35e22a06f334
parent 94ab18c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4091,7 +4091,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();