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

Commit 240631bc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make the flingFinishedCallback be executed" into tm-qpr-dev am: 7abd8bc8 am: 413baec1

parents dfa853eb 413baec1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -561,6 +561,10 @@ public final class SplitLayout implements DisplayInsetsController.OnInsetsChange
        if (from == to) {
            // No animation run, still callback to stop resizing.
            mSplitLayoutHandler.onLayoutSizeChanged(this);

            if (flingFinishedCallback != null) {
                flingFinishedCallback.run();
            }
            InteractionJankMonitorUtils.endTracing(
                    CUJ_SPLIT_SCREEN_RESIZE);
            return;