Merge pull request #2136 from WalcoFPV/fix_android_webview
Fixed webview helper blocked on 'Checking webview applications' loader10.8-maintenance
commit
6e018c73cb
|
@ -90,7 +90,7 @@ const WEBVIEW = {
|
||||||
getAdvice2: function(callback) {
|
getAdvice2: function(callback) {
|
||||||
const self = this;
|
const self = this;
|
||||||
if (self.uptodateApps.length > 0) {
|
if (self.uptodateApps.length > 0) {
|
||||||
self.advices.selectWebview(callback);
|
self.advices.selectWebview(self.uptodateApps[0], callback);
|
||||||
} else {
|
} else {
|
||||||
if ((self.apps[WEBVIEW.appsId.googleWebview].installed && self.apps[WEBVIEW.appsId.googleWebview].enabled)
|
if ((self.apps[WEBVIEW.appsId.googleWebview].installed && self.apps[WEBVIEW.appsId.googleWebview].enabled)
|
||||||
&& (self.apps[WEBVIEW.appsId.chrome].installed && self.apps[WEBVIEW.appsId.chrome].enabled)) {
|
&& (self.apps[WEBVIEW.appsId.chrome].installed && self.apps[WEBVIEW.appsId.chrome].enabled)) {
|
||||||
|
|
Loading…
Reference in New Issue