mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 01:25:07 +01:00
Require WebView 86+
This commit is contained in:
parent
b181c49d58
commit
a05d657d4d
@ -19,7 +19,7 @@ private val WEBVIEW_UA_VERSION_REGEX by lazy {
|
|||||||
Regex(""".*Chrome/(\d+)\..*""")
|
Regex(""".*Chrome/(\d+)\..*""")
|
||||||
}
|
}
|
||||||
|
|
||||||
private const val MINIMUM_WEBVIEW_VERSION = 70
|
private const val MINIMUM_WEBVIEW_VERSION = 86
|
||||||
|
|
||||||
fun WebView.isOutdated(): Boolean {
|
fun WebView.isOutdated(): Boolean {
|
||||||
return getWebviewMajorVersion(this) < MINIMUM_WEBVIEW_VERSION
|
return getWebviewMajorVersion(this) < MINIMUM_WEBVIEW_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user