-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix/google_login]: 계정 없을 때 one tap Exception 수정
AccountManager로 getAccounts하면 API 23이후로 계정 정보를 넘겨주지 않는 문제가 발생했습니다. 그래서 One Tap 동작에서 발생하는 Exception을 try catch로 잡아서 이후 계정 등록 하도록 넘겼습니다.
- Loading branch information
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters