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

Commit 9f54cae7 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Remove enabled flag blast_sync_notification_shade_on_display_switch

It is enabled since previous release.

Bug: 337154331
Flag: EXEMPT remove launched flag
Test: presubmit
Change-Id: Id24205a114df3a2d6b1e422f0ea56c4840464f15
parent 7ad12f9f
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -38,16 +38,6 @@ flag {
    }
}

flag {
    name: "blast_sync_notification_shade_on_display_switch"
    namespace: "windowing_frontend"
    description: "Make the buffer content of notification shade synchronize with display switch"
    bug: "337154331"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
  name: "respect_animation_clip"
  namespace: "windowing_frontend"
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ class DeferredDisplayUpdater {
            final Rect startBounds = new Rect(0, 0, mDisplayContent.mInitialDisplayWidth,
                    mDisplayContent.mInitialDisplayHeight);
            final int fromRotation = mDisplayContent.getRotation();
            if (Flags.blastSyncNotificationShadeOnDisplaySwitch() && physicalDisplayUpdated) {
            if (physicalDisplayUpdated) {
                final WindowState notificationShade =
                        mDisplayContent.getDisplayPolicy().getNotificationShade();
                if (notificationShade != null && notificationShade.isVisible()