We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MainActor
1 parent b9ebabc commit bbd57e6Copy full SHA for bbd57e6
Sources/DiffableSnapshot.swift
@@ -17,7 +17,6 @@ import UIKit
17
typealias DiffableSnapshot = NSDiffableDataSourceSnapshot<AnyHashable, AnyHashable>
18
19
extension DiffableSnapshot {
20
- @MainActor
21
init(viewModel: CollectionViewModel) {
22
self.init()
23
0 commit comments