Skip to content

Commit

Permalink
[FEAT/#302] 중첩 Handler 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Dec 4, 2024
1 parent e67c8d7 commit ce033e4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ class AuthInterceptor @Inject constructor(

Handler(Looper.getMainLooper()).post {
Toast.makeText(context, TOKEN_EXPIRED_ERROR, Toast.LENGTH_LONG).show()
Handler(Looper.getMainLooper()).post {
ProcessPhoenix.triggerRebirth(context)
}
ProcessPhoenix.triggerRebirth(context)
}
}
}
Expand Down

0 comments on commit ce033e4

Please sign in to comment.