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

Commit 25f2b2fa authored by Leon Scroggins's avatar Leon Scroggins Committed by Android Git Automerger
Browse files

am db08d5cd: DO NOT MERGE.

Merge commit 'db08d5cd' into eclair-plus-aosp

* commit 'db08d5cd':
  DO NOT MERGE.
parents a6d1a8fc db08d5cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4621,6 +4621,7 @@ public class WebView extends AbsoluteLayout
            View v = mWebTextView;
            int x = viewToContentX((v.getLeft() + v.getRight()) >> 1);
            int y = viewToContentY((v.getTop() + v.getBottom()) >> 1);
            displaySoftKeyboard(true);
            nativeTextInputMotionUp(x, y);
        }
    }