Merge "Fixed an issue where the heads up were not rounded during bypass" into sc-dev

This commit is contained in:
Julia Reynolds
2021-07-08 23:13:23 +00:00
committed by Android (Google) Code Review

View File

@@ -367,6 +367,7 @@ public class NotificationShelf extends ActivatableNotificationView implements
&& !mHostLayoutController.isViewAffectedBySwipe(anv) && !mHostLayoutController.isViewAffectedBySwipe(anv)
&& !isUnlockedHeadsUp && !isUnlockedHeadsUp
&& !isHunGoingToShade && !isHunGoingToShade
&& !anv.isAboveShelf()
&& !mAmbientState.isPulsing() && !mAmbientState.isPulsing()
&& !mAmbientState.isDozing(); && !mAmbientState.isDozing();