Skip to content

Commit

Permalink
🚨 (UIExplorer): swiftlint - rename t to transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 7, 2023
1 parent 4508096 commit 8f232d8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class Navigation: ObservableObject {
static let shared = Navigation()

private var pushPopNoAnimationTransaction: Transaction {
var t = Transaction(animation: nil)
t.disablesAnimations = true
return t
var transaction = Transaction(animation: nil)
transaction.disablesAnimations = true
return transaction
}

@Published var disableUICompletly: Bool = false
Expand Down

0 comments on commit 8f232d8

Please sign in to comment.