We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bb0ec commit 8bf89f3Copy full SHA for 8bf89f3
1 file changed
core/java/android/webkit/WebView.java
@@ -4824,7 +4824,7 @@ private void hideSoftKeyboard() {
4824
}
4825
4826
4827
- public void updateWebTextViewPosition() {
+ private void updateWebTextViewPosition() {
4828
Rect visibleRect = new Rect();
4829
calcOurContentVisibleRect(visibleRect);
4830
// Note that sendOurVisibleRect calls viewToContent, so the coordinates
0 commit comments