mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix passport dismissal and inner navigation
This commit is contained in:
@@ -208,7 +208,7 @@ final class AuthorizationSequenceCountrySelectionControllerNode: ASDisplayNode,
|
||||
}
|
||||
|
||||
func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
|
||||
(view as? UITableViewHeaderFooterView)?.backgroundView?.backgroundColor = self.theme.list.plainBackgroundColor
|
||||
(view as? UITableViewHeaderFooterView)?.tintColor = self.theme.list.plainBackgroundColor
|
||||
(view as? UITableViewHeaderFooterView)?.textLabel?.textColor = self.theme.list.itemPrimaryTextColor
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user