Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
로그인 작업 완료했습니다.
![image](https://user-images.githubusercontent.com/50354282/168098787-24c5b570-f318-440f-815e-0715d8cc9287.png)
만약 처음 로그인이라면 토큰을 받아 저장한 후 MainFragment로 이동하게 하였고
이미 로그인 되어있다면(로그인된 정보는 로컬db에 shared_prefs 폴더에 로그인 정보가 저장되어있습니다.)
화면을 건너뛰고 main화면으로 가게 해놓았습니다.
token은 위의 그림에 보이다시피 loginToken.preferences_pb파일로 저장해놓았습니다.