From 0636aa8a4ff3242a261e2f9aa657c83965de9fac Mon Sep 17 00:00:00 2001 From: Mumthezir Date: Mon, 22 Apr 2024 13:00:17 +0530 Subject: [PATCH] Fix #230: Remove unwanted switchOn option inside 'showData' of 'BBConsentDashboardUsagePurposeCell' class --- .../Cell/BBConsentDashboardUsagePurposeCell.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/PrivacyDashboardiOS/Classes/ViewControllers/DashBoardViewController/Cell/BBConsentDashboardUsagePurposeCell.swift b/PrivacyDashboardiOS/Classes/ViewControllers/DashBoardViewController/Cell/BBConsentDashboardUsagePurposeCell.swift index d52788f..d4bf477 100644 --- a/PrivacyDashboardiOS/Classes/ViewControllers/DashBoardViewController/Cell/BBConsentDashboardUsagePurposeCell.swift +++ b/PrivacyDashboardiOS/Classes/ViewControllers/DashBoardViewController/Cell/BBConsentDashboardUsagePurposeCell.swift @@ -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