mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Lower minimum Webview version warning
This commit is contained in:
parent
c1235897df
commit
f29124773b
@ -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 New Issue
Block a user