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 authored and georgepadayatti committed Apr 22, 2024
1 parent 835de3f commit 1c7d0a0
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 1c7d0a0

Please sign in to comment.