Skip to content

Commit

Permalink
Reverse check, as only watch os is having troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTiimo committed Sep 4, 2024
1 parent 9f9ecb4 commit 010a79e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Sources/Internals.DiffableDataUIDispatcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,22 @@ extension Internals {
}
}

#if os(iOS)
#if os(watchOS)

CATransaction.begin()
performDiffingUpdates()

if !animatingDifferences {
#else

CATransaction.begin()

if !animatingDifferences {

CATransaction.setDisableActions(true)
}
performDiffingUpdates()

CATransaction.commit()

#else

performDiffingUpdates()


#endif
}
Expand Down

0 comments on commit 010a79e

Please sign in to comment.