Skip to content

Commit

Permalink
Also fetch an account in case Google login is seen
Browse files Browse the repository at this point in the history
  • Loading branch information
Grennith committed Apr 17, 2024
1 parent e229f58 commit cd3fb2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mapadroid/ocr/screenPath.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ async def __handle_screentype(self, screentype: ScreenType,
elif screentype == ScreenType.GAMEDATA:
self._nextscreen = ScreenType.UNDEFINED
elif screentype == ScreenType.GGL:
await fetch_auth_details(mapping_manager=self._mapping_manager,
worker_state=self._worker_state,
account_handler=self._account_handler)
screentype = await self.__handle_google_login(screentype)
elif screentype == ScreenType.PERMISSION:
screentype = await self.__handle_permissions_screen(screentype)
Expand Down

0 comments on commit cd3fb2c

Please sign in to comment.