This commit is contained in:
lunaticbum 2026-03-20 18:13:58 +09:00
parent 3f0a7d0d5c
commit 996a75fc3e

View File

@ -728,7 +728,7 @@ open class GeckoWeb @JvmOverloads constructor(
private fun View.post(action: () -> Unit) = this.post(Runnable(action))
fun onPause() {
saveCurrentSessionState()
// saveCurrentSessionState()
// session?.stop()
session?.setActive(false)
Blog.LOGE("called onstop $lastedUrl")