Skip to content

Commit

Permalink
[feat/auto_login]: 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dogdduddy committed Sep 10, 2023
1 parent 0f2ae87 commit 75ac888
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class SplashActivity : AppCompatActivity() {

lifecycleScope.launch(Dispatchers.Main) {

val validateTokenJob = validateToken()
val accessible = validateToken()

delay(DELAY_TIME)

if(validateTokenJob)
if(accessible)
moveToMain()
else
moveToLogin()
Expand Down

0 comments on commit 75ac888

Please sign in to comment.