From ce033e4e4022f60891f945a29660d576b4b7abb1 Mon Sep 17 00:00:00 2001 From: LEE YOU BIN Date: Thu, 5 Dec 2024 02:28:45 +0900 Subject: [PATCH] =?UTF-8?q?[FEAT/#302]=20=EC=A4=91=EC=B2=A9=20Handler=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/terning/core/network/AuthInterceptor.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/network/src/main/java/com/terning/core/network/AuthInterceptor.kt b/core/network/src/main/java/com/terning/core/network/AuthInterceptor.kt index 9f19e79a..cf8bf1ef 100644 --- a/core/network/src/main/java/com/terning/core/network/AuthInterceptor.kt +++ b/core/network/src/main/java/com/terning/core/network/AuthInterceptor.kt @@ -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) } } }