File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
feature/settings/src/main/kotlin/com/ninecraft/booket/feature/settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ class SettingsPresenter @AssistedInject constructor(
8080 }
8181 } finally {
8282 isLoading = false
83- isLogoutDialogVisible = false
8483 }
8584 }
8685 }
@@ -110,7 +109,6 @@ class SettingsPresenter @AssistedInject constructor(
110109 }
111110 } finally {
112111 isLoading = false
113- isWithdrawBottomSheetVisible = false
114112 }
115113 }
116114 }
@@ -184,10 +182,12 @@ class SettingsPresenter @AssistedInject constructor(
184182 }
185183
186184 is SettingsUiEvent .Logout -> {
185+ isLogoutDialogVisible = false
187186 logout()
188187 }
189188
190189 is SettingsUiEvent .Withdraw -> {
190+ isWithdrawBottomSheetVisible = false
191191 withdraw()
192192 }
193193
You can’t perform that action at this time.
0 commit comments