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

Commit 4ce76188 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag to move AnimationOptions to change" into main

parents 3c86dbb6 49f56cd9
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
     }
}