Don't show immersive mode dialog over dream window
Bug: 159606068 Test: enable ImmersiveModeConfirmation.DEBUG_SHOW_EVERY_TIME && m && flash && start dream && verify that the immersive mode dialog does not show up Change-Id: Ic7e4845ed09842624a7504a5252ea1af21b03a80
This commit is contained in:
@@ -3782,7 +3782,8 @@ public class DisplayPolicy {
|
||||
&& (behavior == BEHAVIOR_SHOW_BARS_BY_SWIPE
|
||||
|| behavior == BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE)
|
||||
&& getInsetsPolicy().isHidden(ITYPE_NAVIGATION_BAR)
|
||||
&& win != getNotificationShade();
|
||||
&& win != getNotificationShade()
|
||||
&& !win.isActivityTypeDream();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user