mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Lower minimum Webview version warning
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user