add return in Emulator ,Click

This commit is contained in:
cuu 2018-11-17 16:40:41 +08:00
parent 83a7547a0a
commit 60a85739fa
2 changed files with 4 additions and 3 deletions

View File

@ -338,9 +338,9 @@ class FavListPage(Page):
self._Screen.PushPage(self._RomSoConfirmDownloadPage)
self._Screen.Draw()
self._Screen.SwapAndShow()
return
return
self._Screen.Draw()
self._Screen.SwapAndShow()

View File

@ -378,7 +378,8 @@ class RomListPage(Page):
self._Screen.PushPage(self._RomSoConfirmDownloadPage)
self._Screen.Draw()
self._Screen.SwapAndShow()
return
return
self._Screen.Draw()
self._Screen.SwapAndShow()