Fix localization list top overscroll background

This commit is contained in:
Ilya Laktyushin 2021-12-02 00:44:21 +04:00
parent dd7f239dc4
commit 6b589a6e2f

View File

@ -444,7 +444,7 @@ final class LocalizationListControllerNode: ViewControllerTracingNode {
self.presentationData = presentationData
self.presentationDataValue.set(.single(presentationData))
self.backgroundColor = presentationData.theme.list.blocksBackgroundColor
self.listNode.keepTopItemOverscrollBackground = ListViewKeepTopItemOverscrollBackground(color: presentationData.theme.chatList.backgroundColor, direction: true)
self.listNode.keepTopItemOverscrollBackground = ListViewKeepTopItemOverscrollBackground(color: presentationData.theme.list.blocksBackgroundColor, direction: true)
self.searchDisplayController?.updatePresentationData(presentationData)
self.leftOverlayNode.backgroundColor = presentationData.theme.list.blocksBackgroundColor
self.rightOverlayNode.backgroundColor = presentationData.theme.list.blocksBackgroundColor