Skip to content

Commit

Permalink
fix dl
Browse files Browse the repository at this point in the history
Signed-off-by: androidacy-user <opensource@androidacy.com>
  • Loading branch information
androidacy-user committed Dec 10, 2023
1 parent 2900b41 commit 4bb2fbd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class AndroidacyWebAPI(
* return current effective compat mode
*/
@get:JavascriptInterface
var effectiveCompatMode = 1
var notifiedCompatMode = 1
var effectiveCompatMode = 0
var notifiedCompatMode = 0
fun forceQuitRaw(error: String?) {
Toast.makeText(activity, error, Toast.LENGTH_LONG).show()
activity.runOnUiThread { activity.finish() }
Expand Down Expand Up @@ -558,4 +558,4 @@ class AndroidacyWebAPI(
const val COMPAT_DOWNLOAD = 1
private const val MAX_COMPAT_MODE = 1
}
}
}

0 comments on commit 4bb2fbd

Please sign in to comment.