mirror of
https://github.com/mozilla/send.git
synced 2026-02-07 11:25:07 -05:00
renamed android's index.html to android.html
This commit is contained in:
@@ -56,7 +56,7 @@ class MainActivity : AppCompatActivity(), AdvancedWebView.Listener {
|
||||
// val stream = contentResolver.openInputStream(imageUri)
|
||||
}
|
||||
}
|
||||
mWebView!!.loadUrl("file:///android_asset/index.html")
|
||||
mWebView!!.loadUrl("file:///android_asset/android.html")
|
||||
}
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
|
||||
Reference in New Issue
Block a user