From 8ff2da5d0060e7210ebacf8870df434cf624d46c Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 3 May 2023 00:20:03 +0400 Subject: [PATCH] Fix build on Xcode 14.2 --- submodules/ChatListUI/Sources/ChatListController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/ChatListUI/Sources/ChatListController.swift b/submodules/ChatListUI/Sources/ChatListController.swift index 6669fd504f..68c2f5cc2b 100644 --- a/submodules/ChatListUI/Sources/ChatListController.swift +++ b/submodules/ChatListUI/Sources/ChatListController.swift @@ -1326,7 +1326,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController } let _ = (StoryChatContent.stories( - context: context, + context: self.context, storyList: storyListContext, focusItem: nil )