Ensure progress indicator is removed when a user is unblocked (#2554)
This commit is contained in:
committed by
GitHub
parent
67d79059f8
commit
694f551bbc
+5
@@ -100,6 +100,11 @@ fun BlockedUsersView(
|
||||
}
|
||||
}
|
||||
}
|
||||
is AsyncAction.Success -> {
|
||||
LaunchedEffect(state.unblockUserAction) {
|
||||
asyncIndicatorState.clear()
|
||||
}
|
||||
}
|
||||
is AsyncAction.Confirming -> {
|
||||
ConfirmationDialog(
|
||||
title = stringResource(R.string.screen_blocked_users_unblock_alert_title),
|
||||
|
||||
Reference in New Issue
Block a user