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

Commit 1ecaf7a6 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge "Reset IME token after updateSystemUi during unbind" into main

parents 1dd20fe9 ebfccdb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -492,8 +492,8 @@ final class InputMethodBindingController {
        }

        if (getCurToken() != null) {
            removeCurrentToken();
            mService.resetSystemUiLocked(this);
            removeCurrentToken();
            mAutofillController.onResetSystemUi();
        }