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

Commit f91f652e authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Ensure default and remote transition handlers are first" into tm-qpr-dev am: 5d5cae6c

parents a0da4c3c 5d5cae6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,9 +158,9 @@ public class Transitions implements RemoteCallable<Transitions> {

    private void onInit() {
        // The very last handler (0 in the list) should be the default one.
        mHandlers.add(mDefaultTransitionHandler);
        mHandlers.add(0, mDefaultTransitionHandler);
        // Next lowest priority is remote transitions.
        mHandlers.add(mRemoteTransitionHandler);
        mHandlers.add(1, mRemoteTransitionHandler);

        ContentResolver resolver = mContext.getContentResolver();
        mTransitionAnimationScaleSetting = Settings.Global.getFloat(resolver,