fixed network settings endless loop

This commit is contained in:
Russel Yasol
2024-05-12 10:51:41 +08:00
parent 969602cfdc
commit 2c062c51ff

View File

@@ -589,9 +589,7 @@
this.prefNetwork = settings.prefNetwork;
this.nrModeControl = settings.nrModeControl;
this.bands = settings.bands;
}).then(() => {
this.init();
});
})
},
lockSelectedBands() {
// Get the updated this.currentNetworkMode = selectedMode; and this.updatedLockedBands = newCheckedValues;