Ensure progress indicator is removed when a user is unblocked (#2554)
This commit is contained in:
parent
a7093bae8b
commit
061ea9a5c7
1 changed files with 5 additions and 0 deletions
|
|
@ -100,6 +100,11 @@ fun BlockedUsersView(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
is AsyncAction.Success -> {
|
||||||
|
LaunchedEffect(state.unblockUserAction) {
|
||||||
|
asyncIndicatorState.clear()
|
||||||
|
}
|
||||||
|
}
|
||||||
is AsyncAction.Confirming -> {
|
is AsyncAction.Confirming -> {
|
||||||
ConfirmationDialog(
|
ConfirmationDialog(
|
||||||
title = stringResource(R.string.screen_blocked_users_unblock_alert_title),
|
title = stringResource(R.string.screen_blocked_users_unblock_alert_title),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue