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

Commit 3a21399c authored by Galia Peycheva's avatar Galia Peycheva Committed by Android (Google) Code Review
Browse files

Merge "Don't show immersive mode dialog over dream window" into rvc-dev

parents a91a1517 ada77ce0
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();
    }

    /**