Browse Source

Remove fix that should not be in this branch

Deniz Cengiz 1 year ago
parent
commit
bcdb98788f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Trio/Sources/Modules/Adjustments/View/AdjustmentsRootView.swift

+ 0 - 1
Trio/Sources/Modules/Adjustments/View/AdjustmentsRootView.swift

@@ -261,7 +261,6 @@ extension Adjustments {
                 ForEach(state.tempTargetPresets) { preset in
                     tempTargetView(for: preset, showCheckmark: showCheckmark) {
                         enactTempTargetPreset(preset)
-                        selectedPresetID = preset.id?.uuidString
                     }
                     .swipeActions(edge: .trailing, allowsFullSwipe: true) {
                         swipeActions(for: preset)