diff --git a/VDSSample/ViewControllers/ListUnorderedViewController.swift b/VDSSample/ViewControllers/ListUnorderedViewController.swift index ef73f77..9c4b0dc 100644 --- a/VDSSample/ViewControllers/ListUnorderedViewController.swift +++ b/VDSSample/ViewControllers/ListUnorderedViewController.swift @@ -104,6 +104,10 @@ class ListUnorderedViewController: BaseViewController { spacingPickerView.text = component.spacing.rawValue leadInTextField.text = "To manage your existing Call Intercept calling feature:" self.component.leadInText = "To manage your existing Call Intercept calling feature:" + listItemTwoLevelTwoTextOne.text = "Priority callers can bypass Call Intercept by entering your 4 digit Call Intercept Override Code." + listItemTwoLevelTwoTextTwo.text = "Your phone will alert you with a short-short-long ring and \"Priority Caller\" will appear on your display" + updateUnorderList() + self.component.unorderedList = self.unorderedList ?? [] } }