mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Fixed webview helper blocked on 'Checking webview applications' loader
This commit is contained in:
parent
1f1c97e7e8
commit
f3ff45dafa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue