We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23259d5 commit 84e1ad0Copy full SHA for 84e1ad0
app/src/main/java/com/sopt/clody/presentation/ui/splash/SplashViewModel.kt
@@ -57,7 +57,7 @@ class SplashViewModel @AssistedInject constructor(
57
if (intent.startIntent.hasExtra("google.message_id")) {
58
AmplitudeUtils.trackEvent(AmplitudeConstraints.ALARM)
59
}
60
- if (checkInspectionAndHandle()) return
+ if (!BuildConfig.DEBUG && checkInspectionAndHandle()) return
61
checkVersionAndNavigate()
62
attemptAutoLogin()
63
0 commit comments