mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 16:30:49 +01:00
Lower minimum Webview version warning
This commit is contained in:
parent
c1235897df
commit
f29124773b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ private val WEBVIEW_UA_VERSION_REGEX by lazy {
|
|||
Regex(""".*Chrome/(\d+)\..*""")
|
||||
}
|
||||
|
||||
private const val MINIMUM_WEBVIEW_VERSION = 78
|
||||
private const val MINIMUM_WEBVIEW_VERSION = 72
|
||||
|
||||
fun WebView.checkVersion() {
|
||||
if (getWebviewMajorVersion(this) < MINIMUM_WEBVIEW_VERSION) {
|
||||
|
|
Loading…
Reference in a new issue