Skip to content

Commit

Permalink
Comment out broken code for Xcode beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTiimo committed Aug 13, 2024
1 parent 7c2129e commit 3fb2b59
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Sources/Internals.DiffableDataUIDispatcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ extension Internals {
}

#if canImport(QuartzCore)

CATransaction.begin()

if !animatingDifferences {

CATransaction.setDisableActions(true)
}
performDiffingUpdates()

CATransaction.commit()

//
// CATransaction.begin()
//
// if !animatingDifferences {
//
// CATransaction.setDisableActions(true)
// }
// performDiffingUpdates()
//
// CATransaction.commit()
//
#else

performDiffingUpdates()
Expand Down

0 comments on commit 3fb2b59

Please sign in to comment.