Преглед на файлове

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)