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

Commit 37703b6c authored by Cary Clark's avatar Cary Clark
Browse files

invalidate the webview after pressing the IME 'next' button

parent bdeccbba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -328,6 +328,7 @@ import java.util.ArrayList;
            // Since the cursor will no longer be in the same place as the
            // focus, set the focus controller back to inactive
            mWebView.setFocusControllerInactive();
            mWebView.invalidate();
            mOkayForFocusNotToMatch = true;
            break;
        case EditorInfo.IME_ACTION_DONE: