bettern intent and navigation handling

This commit is contained in:
Fabian Freund
2025-04-19 01:28:41 +02:00
parent a3353421ea
commit c45f44632c
5 changed files with 55 additions and 45 deletions
@@ -87,10 +87,10 @@ class GeckoBrowserApiImpl : GeckoBrowserApi {
override fun initialize() {
synchronized(this) {
setupGeckoEngine()
if(!isGeckoInitialized) {
Log.addSink(AndroidLogSink())
setupGeckoEngine()
isGeckoInitialized = true
}
}