From a693a6fb4d661840732f248c7760b8a63e265b5f Mon Sep 17 00:00:00 2001 From: Joseph Milan Date: Fri, 21 Jun 2024 18:32:05 +0530 Subject: [PATCH] Fix #238 - UI issue in data agreement policy for large texts --- .../DataSharingViewController/BBConsentDataAgreementVC.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrivacyDashboardiOS/Classes/ViewControllers/DataSharingViewController/BBConsentDataAgreementVC.swift b/PrivacyDashboardiOS/Classes/ViewControllers/DataSharingViewController/BBConsentDataAgreementVC.swift index b231422..89119f2 100644 --- a/PrivacyDashboardiOS/Classes/ViewControllers/DataSharingViewController/BBConsentDataAgreementVC.swift +++ b/PrivacyDashboardiOS/Classes/ViewControllers/DataSharingViewController/BBConsentDataAgreementVC.swift @@ -75,7 +75,7 @@ class BBConsentDataAgreementVC: UITableViewController { // MARK: TableView delegates & datasources override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { - return 65 + return UITableView.automaticDimension } override func numberOfSections(in tableView: UITableView) -> Int {