This commit is contained in:
cuu
2018-12-07 23:49:53 +08:00
parent f023c503d0
commit 709fe20f49
2 changed files with 4 additions and 2 deletions

View File

@@ -902,7 +902,9 @@ func (self *WifiList) AbortedAndReturnToUpLevel() {
func (self *WifiList) OnReturnBackCb() {
password_inputed := strings.Join(APIOBJ.PasswordPage.Textarea.MyWords,"")
self.ConfigWireless(password_inputed)
if self.Screen.DBusManager.IsWifiConnectedNow() == false {
self.ConfigWireless(password_inputed)
}
}
func (self *WifiList) KeyDown( ev *event.Event ) {