mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
bug fix
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user