Skip to content

Commit

Permalink
#284 [revert] 멍청이슈
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Dec 23, 2023
1 parent 9f4a798 commit c8f1dac
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ class SplashViewModel @Inject constructor(
}

is ForcedUpdate.Need -> {
if (isSignedUp()) {
_uiState.emit(SplashUiState.CanStartMain)
} else {
_uiState.emit(SplashUiState.CanStartOnboarding)
}
_uiState.emit(SplashUiState.ForceUpdate(update.updateInformation))
}
}
}.onFailure { throwable ->
Expand Down

0 comments on commit c8f1dac

Please sign in to comment.