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

Commit 211a1944 authored by Taran Singh's avatar Taran Singh Committed by Automerger Merge Worker
Browse files

Merge "Fix IME hide state" into rvc-dev am: 1bcb0c6b am: c63bc41e am: af894106

Change-Id: I2c076e780acdee77dbd660a719b2da5a01cd3a9d
parents 0c8fd33d af894106
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -878,7 +878,7 @@ public class InputMethodService extends AbstractInputMethodService {
    }
    }


    private void notifyImeHidden() {
    private void notifyImeHidden() {
        doHideWindow();
        requestHideSelf(0);
    }
    }


    private void removeImeSurface() {
    private void removeImeSurface() {