mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Remove unreachable error handler
This commit is contained in:
parent
e7ad48c9c0
commit
c746507cc4
@ -128,11 +128,7 @@ final public class GroupedNotificationFeedLoader {
|
||||
}
|
||||
} catch {
|
||||
}
|
||||
do {
|
||||
await asyncLoadMore(olderThan: nil, newerThan: records.allRecords.first?.newestID)
|
||||
} catch {
|
||||
presentError?(error)
|
||||
}
|
||||
await asyncLoadMore(olderThan: nil, newerThan: records.allRecords.first?.newestID)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user