mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
fix: add missing request retry logic
This commit is contained in:
parent
893dc2a668
commit
c6103eed35
@ -47,7 +47,7 @@ extension MastodonPickServerViewModel.LoadIndexedServerState {
|
||||
switch completion {
|
||||
case .failure(let error):
|
||||
// TODO: handle error
|
||||
break
|
||||
stateMachine.enter(Fail.self)
|
||||
case .finished:
|
||||
break
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user