Folder improvements

This commit is contained in:
Ali
2020-03-09 00:13:25 +04:00
parent 88cc91a43c
commit 9dd7c42f27
7 changed files with 81 additions and 33 deletions

View File

@@ -528,7 +528,7 @@ final class MutableChatListView {
}
func firstHole() -> ChatListHole? {
func firstHole() -> (PeerGroupId, ChatListHole)? {
return self.sampledState.hole
}