This commit is contained in:
John Estropia
2021-08-25 20:13:14 +09:00
parent d2f1656fdd
commit 45215c7a18
6 changed files with 26 additions and 24 deletions

View File

@@ -116,10 +116,10 @@ extension DiffableDataSource {
target.reload(
using: changeset,
animated: animatingDifferences,
setData: setSections
setData: setSections,
completion: completion
)
},
completion: completion
}
)
}
@@ -148,10 +148,10 @@ extension DiffableDataSource {
target.reload(
using: changeset,
animated: animatingDifferences,
setData: setSections
setData: setSections,
completion: completion
)
},
completion: completion
}
)
}