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

Commit 6db77a09 authored by Galia Peycheva's avatar Galia Peycheva Committed by Automerger Merge Worker
Browse files

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

Merge "Don't show immersive mode dialog over dream window" into rvc-dev am: 3a21399c am: 226cb31b am: 32ccaaf1 am: 4fbdb355

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11953484

Change-Id: I83d3ce3a0439a6ad9945c5091e664b830a05f6a6
parents 76a8d686 4fbdb355
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();
    }

    /**