Merge "Don't show immersive mode dialog over dream window" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3a21399c46
@@ -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