Loading core/java/android/webkit/WebView.java +4 −1 Original line number Diff line number Diff line Loading @@ -1917,6 +1917,7 @@ public class WebView extends AbsoluteLayout mLoadedPicture = ViewStateSerializer.deserializeViewState(stream, this); mBlockWebkitViewMessages = true; setNewPicture(mLoadedPicture, true); mLoadedPicture.mViewState = null; return true; } catch (IOException e) { Log.w(LOGTAG, "Failed to loadViewState", e); Loading Loading @@ -4355,8 +4356,10 @@ public class WebView extends AbsoluteLayout selectionDone(); } mOrientation = newConfig.orientation; if (mWebViewCore != null && !mBlockWebkitViewMessages) { mWebViewCore.sendMessage(EventHub.CLEAR_CONTENT); } } /** * Keep track of the Callback so we can end its ActionMode or remove its Loading Loading
core/java/android/webkit/WebView.java +4 −1 Original line number Diff line number Diff line Loading @@ -1917,6 +1917,7 @@ public class WebView extends AbsoluteLayout mLoadedPicture = ViewStateSerializer.deserializeViewState(stream, this); mBlockWebkitViewMessages = true; setNewPicture(mLoadedPicture, true); mLoadedPicture.mViewState = null; return true; } catch (IOException e) { Log.w(LOGTAG, "Failed to loadViewState", e); Loading Loading @@ -4355,8 +4356,10 @@ public class WebView extends AbsoluteLayout selectionDone(); } mOrientation = newConfig.orientation; if (mWebViewCore != null && !mBlockWebkitViewMessages) { mWebViewCore.sendMessage(EventHub.CLEAR_CONTENT); } } /** * Keep track of the Callback so we can end its ActionMode or remove its Loading