Skip to content

Commit 4bb2fbd

Browse files
fix dl
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 2900b41 commit 4bb2fbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/kotlin/com/fox2code/mmm/androidacy/AndroidacyWebAPI.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class AndroidacyWebAPI(
5959
* return current effective compat mode
6060
*/
6161
@get:JavascriptInterface
62-
var effectiveCompatMode = 1
63-
var notifiedCompatMode = 1
62+
var effectiveCompatMode = 0
63+
var notifiedCompatMode = 0
6464
fun forceQuitRaw(error: String?) {
6565
Toast.makeText(activity, error, Toast.LENGTH_LONG).show()
6666
activity.runOnUiThread { activity.finish() }
@@ -558,4 +558,4 @@ class AndroidacyWebAPI(
558558
const val COMPAT_DOWNLOAD = 1
559559
private const val MAX_COMPAT_MODE = 1
560560
}
561-
}
561+
}

0 commit comments

Comments
 (0)