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

Commit bdfb5dad authored by Sergey Pinkevich's avatar Sergey Pinkevich
Browse files

Create bugfix flag for handling task close animation withing DesktopTasksController

Bug: 403345083
Flag: com.android.window.flags.enable_desktop_close_task_animation_in_dtc_bugfix
Test: NA

Change-Id: Ie4dbd369a91c9e20351ed71ea447945683fd3813
parent 5175a303
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1016,3 +1016,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_desktop_close_task_animation_in_dtc_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enables bugfix to handle close task animation within DesktopTasksController."
    bug: "403345083"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}