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

This commit is contained in:
Selim Cinek
2016-02-25 20:51:19 +00:00
committed by Android (Google) Code Review

View File

@@ -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();