Various Improvements

This commit is contained in:
Ilya Laktyushin
2021-11-26 21:18:40 +04:00
parent 6ddb8e6fcb
commit 989ef5d6a0
16 changed files with 1282 additions and 7 deletions

View File

@@ -563,6 +563,8 @@ private class RecentSessionScreenNode: ViewControllerTracingNode, UIScrollViewDe
}
let previousTheme = self.presentationData.theme
self.presentationData = presentationData
self.contentBackgroundNode.backgroundColor = self.presentationData.theme.list.blocksBackgroundColor
self.titleNode.attributedText = NSAttributedString(string: self.titleNode.attributedText?.string ?? "", font: Font.regular(30.0), textColor: self.presentationData.theme.list.itemPrimaryTextColor)