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

Commit c19b201d authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "WebView: fix crash when moving cursor" into jellybean

parents f9757aad 503a454e
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -7915,8 +7915,10 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                    syncSelectionCursors();
                    syncSelectionCursors();
                } else {
                } else {
                    adjustSelectionCursors();
                    adjustSelectionCursors();
                    if (mSelectCallback != null) {
                        mSelectCallback.setOpenUrlVisibility();
                        mSelectCallback.setOpenUrlVisibility();
                    }
                    }
                }
                if (mIsCaretSelection) {
                if (mIsCaretSelection) {
                    resetCaretTimer();
                    resetCaretTimer();
                }
                }