mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
fix(webview): revert to known working test_red.html to confirm reliability
This commit is contained in:
parent
054231bb75
commit
4b5cac8154
1 changed files with 1 additions and 1 deletions
|
|
@ -70,6 +70,6 @@ public class MainActivity extends BridgeActivity {
|
|||
// SWITCH TO REAL APP
|
||||
// Using "file:///android_asset/public/" base path which matches the physical structure
|
||||
// AND ensuring we load index.html
|
||||
webView.loadUrl("file:///android_asset/public/test_basic.html");
|
||||
webView.loadUrl("file:///android_asset/public/test_red.html");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue