Compare commits

..

No commits in common. "667d30a7100d9e5170b451dbe7333230adacb8e9" and "9b30b4801625f8d3f7a7d2570c3f826385c470a3" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
"object": { "object": {
"pins": [ "pins": [
{ {
"package": "plcrashreporter", "package": "PLCrashReporter",
"repositoryURL": "https://github.com/microsoft/plcrashreporter", "repositoryURL": "https://github.com/microsoft/plcrashreporter",
"state": { "state": {
"branch": null, "branch": null,

View File

@ -80,7 +80,8 @@ class EditListAccountsViewController: EnhancedTableViewController {
self.nextRange = pagination?.older self.nextRange = pagination?.older
self.mastodonController.persistentContainer.addAll(accounts: accounts) { self.mastodonController.persistentContainer.addAll(accounts: accounts)
var snapshot = self.dataSource.snapshot() var snapshot = self.dataSource.snapshot()
snapshot.deleteSections([.accounts]) snapshot.deleteSections([.accounts])
snapshot.appendSections([.accounts]) snapshot.appendSections([.accounts])
@ -91,7 +92,6 @@ class EditListAccountsViewController: EnhancedTableViewController {
} }
} }
} }
}
// MARK: - Table view delegate // MARK: - Table view delegate