This commit is contained in:
2026-03-26 13:48:26 +09:00
parent b289b4d9a0
commit af0dc6b15f
4 changed files with 187 additions and 156 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ fun SettingsScreen(onAuthSuccess: () -> Unit) {
break // 성공하면 루프 탈출
}
}
delay(60_000 * 2) // 1분마다 시간 체크
delay(30_000) // 1분마다 시간 체크
}
}