mirror of
https://github.com/etesync/android
synced 2024-11-22 16:08:13 +00:00
Webview: add missing call to super's save instance state.
This commit is contained in:
parent
b00f8c3745
commit
7932610c87
@ -133,6 +133,7 @@ class WebViewActivity : BaseActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun onSaveInstanceState(outState: Bundle) {
|
override fun onSaveInstanceState(outState: Bundle) {
|
||||||
|
super.onSaveInstanceState(outState)
|
||||||
mWebView!!.saveState(outState)
|
mWebView!!.saveState(outState)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user