File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 android : label =" @string/app_name"
99 android : roundIcon =" @mipmap/ic_launcher_round"
1010 android : supportsRtl =" true"
11- android : theme =" @style/Theme.DotBrowser" >
11+ android : theme =" @style/Theme.DotBrowser"
12+ android : extractNativeLibs =" true" >
1213 <activity
1314 android : name =" .subactivities.AddressBar"
1415 android : windowSoftInputMode =" stateVisible"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class BrowserActivity : AppCompatActivity() {
3636 if (appSetup == false ) return ;
3737 val view = findViewById<GeckoView >(R .id.geckoview)
3838 val session = GeckoSession ()
39- val runtime = GeckoRuntime .create (this )
39+ val runtime = GeckoRuntime .getDefault (this )
4040
4141 session.open(runtime)
4242 view.setSession(session)
You canβt perform that action at this time.
0 commit comments