Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Closes #1589 - Don't unnecessarily clear WebViewCache, which breaks s…
Browse files Browse the repository at this point in the history
…essions.
  • Loading branch information
liuche committed Dec 20, 2018
1 parent b503841 commit 50ff0e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ class WebRenderFragment : EngineViewLifecycleFragment(), Session.Observer {
}
else -> {
context!!.webRenderComponents.sessionManager.remove()
context!!.serviceLocator.webViewCache.doNotPersist()
return false
}
}
Expand Down

0 comments on commit 50ff0e4

Please sign in to comment.