Merge "Allowing to expand the children from the lockscreen now" into nyc-dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user