2
2
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:
shannon 2025-03-24 10:48:14 -04:00
parent e7ad48c9c0
commit c746507cc4

View File

@ -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)
}
}