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

Commit 54f33db0 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Avoid sending IME insets position in old rotation to client" into udc-qpr-dev

parents e4ef060e 534cc38c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -459,7 +459,7 @@ class AsyncRotationController extends FadeAnimationController implements Consume
        // insets should keep original position before the start transaction is applied.
        return mTransitionOp != OP_LEGACY && (mTransitionOp == OP_APP_SWITCH
                || TransitionController.SYNC_METHOD == BLASTSyncEngine.METHOD_BLAST)
                && !mIsStartTransactionCommitted && isTargetToken(w.mToken);
                && !mIsStartTransactionCommitted && canBeAsync(w.mToken) && isTargetToken(w.mToken);
    }

    /**