Rather use NoDistributorsAvailable, it has more chance to happen IRL.
This commit is contained in:
parent
892a6d5503
commit
d97db21d75
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ open class LoggedInStateProvider : PreviewParameterProvider<LoggedInState> {
|
|||
get() = sequenceOf(
|
||||
aLoggedInState(),
|
||||
aLoggedInState(showSyncSpinner = true),
|
||||
aLoggedInState(pusherRegistrationState = AsyncData.Failure(PusherRegistrationFailure.NoProvidersAvailable())),
|
||||
aLoggedInState(pusherRegistrationState = AsyncData.Failure(PusherRegistrationFailure.NoDistributorsAvailable())),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue