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

Commit eec8f14d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reset stylus handwriting after IME crashed" into main

parents 2d3b3949 7714d9d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2949,6 +2949,7 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub
        hideStatusBarIconLocked();
        hideStatusBarIconLocked();
        mInFullscreenMode = false;
        mInFullscreenMode = false;
        mWindowManagerInternal.setDismissImeOnBackKeyPressed(false);
        mWindowManagerInternal.setDismissImeOnBackKeyPressed(false);
        scheduleResetStylusHandwriting();
    }
    }


    @BinderThread
    @BinderThread