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

Commit 484ace78 authored by Vinit Nayak's avatar Vinit Nayak Committed by Automerger Merge Worker
Browse files

Merge "Set transition in OneShotRemoteHandler for split screen" into udc-qpr-dev am: 7755ba0a

parents cb3f39d6 7755ba0a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -324,8 +324,10 @@ class SplitScreenTransitions {

    void startFullscreenTransition(WindowContainerTransaction wct,
            @Nullable RemoteTransition handler) {
        mTransitions.startTransition(TRANSIT_OPEN, wct,
                new OneShotRemoteHandler(mTransitions.getMainExecutor(), handler));
        OneShotRemoteHandler fullscreenHandler =
                new OneShotRemoteHandler(mTransitions.getMainExecutor(), handler);
        fullscreenHandler.setTransition(mTransitions
                .startTransition(TRANSIT_OPEN, wct, fullscreenHandler));
    }