Remove obsolete comment.
This commit is contained in:
parent
004a562406
commit
a9fbe8caed
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ class BlockedUsersStatePreviewProvider : PreviewParameterProvider<BlockedUsersSt
|
||||||
aBlockedUsersState(blockedUsers = aMatrixUserList().map { it.copy(displayName = null, avatarUrl = null) }),
|
aBlockedUsersState(blockedUsers = aMatrixUserList().map { it.copy(displayName = null, avatarUrl = null) }),
|
||||||
aBlockedUsersState(blockedUsers = emptyList()),
|
aBlockedUsersState(blockedUsers = emptyList()),
|
||||||
aBlockedUsersState(unblockUserAction = AsyncAction.Confirming),
|
aBlockedUsersState(unblockUserAction = AsyncAction.Confirming),
|
||||||
// Sadly there's no good way to preview Loading or Failure states since they're presented with an animation
|
|
||||||
// All these 3 screen states will be displayed as the Uninitialized one
|
|
||||||
aBlockedUsersState(unblockUserAction = AsyncAction.Loading),
|
aBlockedUsersState(unblockUserAction = AsyncAction.Loading),
|
||||||
aBlockedUsersState(unblockUserAction = AsyncAction.Failure(Throwable("Failed to unblock user"))),
|
aBlockedUsersState(unblockUserAction = AsyncAction.Failure(Throwable("Failed to unblock user"))),
|
||||||
aBlockedUsersState(unblockUserAction = AsyncAction.Success(Unit)),
|
aBlockedUsersState(unblockUserAction = AsyncAction.Success(Unit)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue