Skip to content

Commit a4fd8c1

Browse files
committed
Fix: Handle popup after enter minigame
1 parent 9a9454d commit a4fd8c1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

module/minigame/minigame.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ def run(self):
196196
if self.ui_page_appear(page_academy, interval=5):
197197
self.device.click(ACADEMY_GOTO_GAME_ROOM)
198198
continue
199+
# You've reached your monthly limit of Game Tickets, and will not be able to earn any more.
200+
# Continue playing the minigame?
201+
if self.handle_popup_confirm('MINIGAME_ENTER'):
202+
continue
199203

200204
# game room and choose game have same header, go to game room first
201205
self.go_to_main_page()

0 commit comments

Comments
 (0)