mirror of https://github.com/M66B/FairEmail.git
Update WebView requirement
This commit is contained in:
parent
d8c1bce5eb
commit
7e477d51da
|
@ -2134,7 +2134,7 @@ public class Log {
|
||||||
sb.append(String.format("WebView %d/%s %s\r\n",
|
sb.append(String.format("WebView %d/%s %s\r\n",
|
||||||
pkg == null ? -1 : pkg.versionCode,
|
pkg == null ? -1 : pkg.versionCode,
|
||||||
pkg == null ? null : pkg.versionName,
|
pkg == null ? null : pkg.versionName,
|
||||||
pkg == null || pkg.versionCode / 100000 < 5005 ? "!!!" : ""));
|
pkg == null || pkg.versionCode / 100000 < 5304 ? "!!!" : ""));
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
sb.append(ex).append("\r\n");
|
sb.append(ex).append("\r\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue