Skip to content

Commit fd19d94

Browse files
NMC 1984 - Privacy policy customisation changes added
1 parent ad694e7 commit fd19d94

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

iOSClient/Settings/PrivacySettingsViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ class PrivacySettingsViewController: XLFormViewController{
111111
section.addFormRow(row)
112112
}
113113

114+
114115
self.form = form
115116
}
116117

118+
117119
override func formRowDescriptorValueHasChanged(_ formRow: XLFormRowDescriptor!, oldValue: Any!, newValue: Any!) {
118120
super.formRowDescriptorValueHasChanged(formRow, oldValue: oldValue, newValue: newValue)
119121

iOSClient/Settings/SaveSettingsCustomButtonCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import UIKit
1010
import XLForm
1111

12+
1213
class SaveSettingsCustomButtonCell: XLFormButtonCell {
1314

1415
@IBOutlet weak var saveSettingsButton: UIButton!

0 commit comments

Comments
 (0)