Loading core/java/android/webkit/WebView.java +3 −1 Original line number Diff line number Diff line Loading @@ -4012,8 +4012,8 @@ public class WebView extends AbsoluteLayout @Override protected void onDetachedFromWindow() { clearTextEntry(false); super.onDetachedFromWindow(); dismissZoomControl(); super.onDetachedFromWindow(); } /** Loading Loading @@ -4076,6 +4076,8 @@ public class WebView extends AbsoluteLayout } mGotKeyDown = false; mShiftIsPressed = false; mPrivateHandler.removeMessages(SWITCH_TO_LONGPRESS); mTouchMode = TOUCH_DONE_MODE; if (mNativeClass != 0) { nativeRecordButtons(false, false, true); } Loading Loading
core/java/android/webkit/WebView.java +3 −1 Original line number Diff line number Diff line Loading @@ -4012,8 +4012,8 @@ public class WebView extends AbsoluteLayout @Override protected void onDetachedFromWindow() { clearTextEntry(false); super.onDetachedFromWindow(); dismissZoomControl(); super.onDetachedFromWindow(); } /** Loading Loading @@ -4076,6 +4076,8 @@ public class WebView extends AbsoluteLayout } mGotKeyDown = false; mShiftIsPressed = false; mPrivateHandler.removeMessages(SWITCH_TO_LONGPRESS); mTouchMode = TOUCH_DONE_MODE; if (mNativeClass != 0) { nativeRecordButtons(false, false, true); } Loading