2
2
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:
CMK 2021-03-06 14:59:27 +08:00
parent 893dc2a668
commit c6103eed35

View File

@ -47,7 +47,7 @@ extension MastodonPickServerViewModel.LoadIndexedServerState {
switch completion {
case .failure(let error):
// TODO: handle error
break
stateMachine.enter(Fail.self)
case .finished:
break
}