few small fixes
This commit is contained in:
+3
-3
@@ -89,10 +89,10 @@ class GeckoBrowserApiImpl : GeckoBrowserApi {
|
||||
synchronized(this) {
|
||||
if(!isGeckoInitialized) {
|
||||
Log.addSink(AndroidLogSink())
|
||||
}
|
||||
|
||||
setupGeckoEngine()
|
||||
isGeckoInitialized = true
|
||||
setupGeckoEngine()
|
||||
isGeckoInitialized = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user