Skip to content

Commit

Permalink
Revert "Throttle state changes to avoid flickering through intermedia…
Browse files Browse the repository at this point in the history
…te states"

This reverts commit 3a58e30.
  • Loading branch information
miasma13 committed Mar 21, 2024
1 parent eb25336 commit 942ef95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public final class PreferencesSubscriptionModel: ObservableObject {
}
}
.removeDuplicates()
.throttle(for: .milliseconds(1000), scheduler: DispatchQueue.main, latest: true)
.eraseToAnyPublisher()
}()

Expand Down

0 comments on commit 942ef95

Please sign in to comment.