Merge "Show shade footer when hun is posted while shade is open" into sc-dev
This commit is contained in:
@@ -682,8 +682,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
|
|||||||
boolean showDismissView = mClearAllEnabled &&
|
boolean showDismissView = mClearAllEnabled &&
|
||||||
mController.hasActiveClearableNotifications(ROWS_ALL);
|
mController.hasActiveClearableNotifications(ROWS_ALL);
|
||||||
RemoteInputController remoteInputController = mRemoteInputManager.getController();
|
RemoteInputController remoteInputController = mRemoteInputManager.getController();
|
||||||
boolean showFooterView = (showDismissView || mController.hasActiveNotifications())
|
boolean showFooterView = (showDismissView || getVisibleNotificationCount() > 0)
|
||||||
&& mEmptyShadeView.getVisibility() == GONE
|
|
||||||
&& mStatusBarState != StatusBarState.KEYGUARD
|
&& mStatusBarState != StatusBarState.KEYGUARD
|
||||||
&& !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()
|
&& !mUnlockedScreenOffAnimationController.isScreenOffAnimationPlaying()
|
||||||
&& (remoteInputController == null || !remoteInputController.isRemoteInputActive());
|
&& (remoteInputController == null || !remoteInputController.isRemoteInputActive());
|
||||||
|
|||||||
Reference in New Issue
Block a user