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

Commit 7027dce7 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Fix windowless splash won't removed while hovering back gesture." into main

parents ae2d85e5 c9422059
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -1328,8 +1328,6 @@ class BackNavigationController {
            if (!allWindowDrawn) {
                return;
            }
            final SurfaceControl startingSurface = mOpenAnimAdaptor.mStartingSurface;
            if (startingSurface != null && startingSurface.isValid()) {
            startTransaction.addTransactionCommittedListener(Runnable::run, () -> {
                synchronized (mWindowManagerService.mGlobalLock) {
                    if (mOpenAnimAdaptor != null) {
@@ -1338,7 +1336,6 @@ class BackNavigationController {
                }
            });
        }
        }

        void clearBackAnimateTarget(boolean cancel) {
            if (mComposed) {