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

Commit 49f56cd9 authored by Charles Chen's avatar Charles Chen
Browse files

Add feature flag to move AnimationOptions to change

Bug: 327332488
Test: N/A
Flag: com.android.window.flags.move_animation_options_to_change

Change-Id: Ib9fe0d119ebde1def0144fc1f3347299e7c2cd69
parent 85680b52
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -159,3 +159,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
     name: "move_animation_options_to_change"
     description: "Move AnimationOptions from TransitionInfo to each Change"
     bug: "327332488"
     metadata {
         purpose: PURPOSE_BUGFIX
     }
}