Skip to content

Commit

Permalink
fix: this is what happens when I cp code
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Aug 24, 2024
1 parent b339ab0 commit 6cbd667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class AppSigningAdvancedViewController: UITableViewController {
let removeWatchPlaceHolder = SwitchViewCell()
removeWatchPlaceHolder.textLabel?.text = "Delete Placeholder Watch App"
removeWatchPlaceHolder.switchControl.addTarget(self, action: #selector(forceForceFullScreenToggled(_:)), for: .valueChanged)
removeWatchPlaceHolder.switchControl.isOn = appSigningViewController.forceForceFullScreen
removeWatchPlaceHolder.switchControl.isOn = appSigningViewController.removeWatchPlaceHolder
removeWatchPlaceHolder.selectionStyle = .none
cellsForSection2.append(removeWatchPlaceHolder)
}
Expand Down

0 comments on commit 6cbd667

Please sign in to comment.