Преглед изворни кода

Remove fix that should not be in this branch

Deniz Cengiz пре 1 година
родитељ
комит
bcdb98788f
1 измењених фајлова са 0 додато и 1 уклоњено
  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)