From 996a75fc3e3cce036de7f18021c4d2669794499d Mon Sep 17 00:00:00 2001 From: lunaticbum Date: Fri, 20 Mar 2026 18:13:58 +0900 Subject: [PATCH] ... --- app/src/main/kotlin/bums/lunatic/launcher/home/GeckoWeb.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/bums/lunatic/launcher/home/GeckoWeb.kt b/app/src/main/kotlin/bums/lunatic/launcher/home/GeckoWeb.kt index 61d92f34..a1b8e4a4 100644 --- a/app/src/main/kotlin/bums/lunatic/launcher/home/GeckoWeb.kt +++ b/app/src/main/kotlin/bums/lunatic/launcher/home/GeckoWeb.kt @@ -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")