Webview: add missing call to super's save instance state.

pull/96/head
Tom Hacohen 5 years ago
parent b00f8c3745
commit 7932610c87

@ -133,6 +133,7 @@ class WebViewActivity : BaseActivity() {
}
override fun onSaveInstanceState(outState: Bundle) {
super.onSaveInstanceState(outState)
mWebView!!.saveState(outState)
}

Loading…
Cancel
Save