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

Commit e4f26ef2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fetch transition specs if the state is already ready"

parents 76d95f20 ec6467c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1879,6 +1879,9 @@ public class AppTransition implements Dump {
            mNextAppTransitionAnimationsSpecsFuture = specsFuture;
            mNextAppTransitionScaleUp = scaleUp;
            mNextAppTransitionFutureCallback = callback;
            if (isReady()) {
                fetchAppTransitionSpecsFromFuture();
            }
        }
    }