few small fixes

This commit is contained in:
Fabian Freund
2025-04-25 20:42:01 +02:00
parent f1cccc92d5
commit d4ba9c08f5
5 changed files with 10 additions and 3 deletions
@@ -89,10 +89,10 @@ class GeckoBrowserApiImpl : GeckoBrowserApi {
synchronized(this) {
if(!isGeckoInitialized) {
Log.addSink(AndroidLogSink())
}
setupGeckoEngine()
isGeckoInitialized = true
setupGeckoEngine()
isGeckoInitialized = true
}
}
}