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

Commit 463a0b82 authored by Sergey Pinkevich's avatar Sergey Pinkevich
Browse files

Create bugfix flag for minimize animation via swap-back gesture

Bug: 359343764
Test: NA
Flag: com.android.window.flags.enable_desktop_swipe_back_minimize_animation_bugfix

Change-Id: I10805f645d2450fc01eb537721e34bd724210547
parent 8584977e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1006,3 +1006,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_desktop_swipe_back_minimize_animation_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enabling a minimize animation when a window is minimized via a swipe-back navigation gesture in Desktop Windowing mode."
    bug: "359343764"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}