We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61c73b commit 7c7cbc5Copy full SHA for 7c7cbc5
presentation/src/main/java/com/threegap/bitnagil/presentation/setting/SettingViewModel.kt
@@ -80,8 +80,8 @@ class SettingViewModel @Inject constructor(
80
if (container.stateFlow.value.loading) return
81
82
sendIntent(SettingIntent.HideConfirmDialog)
83
+ sendIntent(SettingIntent.LogoutLoading)
84
viewModelScope.launch {
- sendIntent(SettingIntent.LogoutLoading)
85
logoutUseCase().fold(
86
onSuccess = {
87
sendIntent(SettingIntent.LogoutSuccess)
0 commit comments