Rather use NoDistributorsAvailable, it has more chance to happen IRL.
This commit is contained in:
@@ -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())),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user