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

Commit 0496b65c authored by Luca Zuccarini's avatar Luca Zuccarini
Browse files

Split the return animation framework flag into two.

- The original one controls core return functionality and ephemeral
  returns
- The new one specifically controls long-lived registrations

This way we can start rolling out the feature to features that don't
require long-lived functionality (e.g. Toast) without having to wait for
it to be complete.

Note that the original flag was never rolled out at all, so it's safe to
do this split now.

Bug: 323863002
Flag: com.android.systemui.shared.return_animation_framework_library
Flag: com.android.systemui.shared.return_animation_framework_long_lived
Test: NA
Change-Id: Id10f67080615ca412a294640b14694819f89d43d
parent 782aac48
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15,6 +15,13 @@ flag {
    bug: "273205603"
}

flag {
    name: "return_animation_framework_long_lived"
    namespace: "systemui"
    description: "Turn on long-lived Return registrations in the Animation library"
    bug: "273205603"
}

flag {
    name: "shade_allow_back_gesture"
    namespace: "systemui"