remove AsyncStart ,add SDL_Delay in event loop

This commit is contained in:
cuu
2023-01-24 07:40:16 +00:00
parent ef5523faf5
commit 83086d9381
4 changed files with 22 additions and 25 deletions

View File

@@ -507,9 +507,8 @@ func (self *BluetoothPage) ShowBox(msg string) {
}
func (self *BluetoothPage) HideBox() {
self.Draw()
self.ShowingMessageBox = false
self.Screen.SwapAndShow()
self.Screen.Refresh()
}
func (self *BluetoothPage) Init() {