We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2900b41 commit 4bb2fbdCopy full SHA for 4bb2fbd
1 file changed
app/src/main/kotlin/com/fox2code/mmm/androidacy/AndroidacyWebAPI.kt
@@ -59,8 +59,8 @@ class AndroidacyWebAPI(
59
* return current effective compat mode
60
*/
61
@get:JavascriptInterface
62
- var effectiveCompatMode = 1
63
- var notifiedCompatMode = 1
+ var effectiveCompatMode = 0
+ var notifiedCompatMode = 0
64
fun forceQuitRaw(error: String?) {
65
Toast.makeText(activity, error, Toast.LENGTH_LONG).show()
66
activity.runOnUiThread { activity.finish() }
@@ -558,4 +558,4 @@ class AndroidacyWebAPI(
558
const val COMPAT_DOWNLOAD = 1
559
private const val MAX_COMPAT_MODE = 1
560
}
561
-}
+}
0 commit comments