Skip to content

Commit

Permalink
Fix #230: Remove unwanted switchOn option inside 'showData' of 'BBCon…
Browse files Browse the repository at this point in the history
…sentDashboardUsagePurposeCell' class
  • Loading branch information
mumthasir-muhammed committed Apr 22, 2024
1 parent 2d0ca69 commit 0636aa8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class BBConsentDashboardUsagePurposeCell: UITableViewCell {
self.statusSwitch.isEnabled = true
} else {
self.statusSwitch.isEnabled = false
self.statusSwitch.isOn = true
}

self.titleLbl.text = self.consentInfo?.purpose
Expand Down

0 comments on commit 0636aa8

Please sign in to comment.