Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ada77ce0 authored by Galia Peycheva's avatar Galia Peycheva
Browse files

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
parent ace942e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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();
    }

    /**