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

Commit dd8f13fa authored by Cary Clark's avatar Cary Clark Committed by Android (Google) Code Review
Browse files

Merge "Do not merge: clear text selection on rotate" into gingerbread

parents b2044da3 ef60890e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6959,6 +6959,7 @@ public class WebView extends AbsoluteLayout
                case UPDATE_TEXT_ENTRY_MSG_ID:
                    // this is sent after finishing resize in WebViewCore. Make
                    // sure the text edit box is still on the  screen.
                    selectionDone();
                    if (inEditingMode() && nativeCursorIsTextInput()) {
                        mWebTextView.bringIntoView();
                        rebuildWebTextView();