Skip to content

Commit

Permalink
fix: this shouldnt be here
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Nov 2, 2024
1 parent 26d1126 commit 9f44e10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ extension SigningsOptionViewController {

let toggleSwitch = UISwitch()
toggleSwitch.isOn = toggleOption.binding
toggleSwitch.tag = indexPath.section + 2
toggleSwitch.tag = indexPath.section
toggleSwitch.addTarget(self, action: #selector(toggleOptionsSwitches(_:)), for: .valueChanged)
cell.accessoryView = toggleSwitch
}
Expand Down

0 comments on commit 9f44e10

Please sign in to comment.