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

Commit 0e1c2db8 authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

Merge "Avoid sending IME insets position in old rotation to client" into...

Merge "Avoid sending IME insets position in old rotation to client" into udc-qpr-dev am: 54f33db0 am: 19ece41f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24740988



Change-Id: I1cdd7edcb48735291f1be6cdd94b522dc79be4e5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9d2b0c7a 19ece41f
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);
    }

    /**