no message

This commit is contained in:
Peter
2017-04-18 19:53:47 +03:00
parent 6238c5d9d6
commit d55e3da7b3
186 changed files with 11037 additions and 826 deletions

View File

@@ -189,7 +189,7 @@ public func featuredStickerPacksController(account: Account) -> ViewController {
let previous = previousPackCount
previousPackCount = packCount
let controllerState = ItemListControllerState(title: "Trending Stickers", leftNavigationButton: nil, rightNavigationButton: rightNavigationButton, animateChanges: true)
let controllerState = ItemListControllerState(title: .text("Trending Stickers"), leftNavigationButton: nil, rightNavigationButton: rightNavigationButton, animateChanges: true)
let listState = ItemListNodeState(entries: featuredStickerPacksControllerEntries(state: state, view: view, featured: featured, unreadPacks: initialUnreadPacks), style: .blocks, animateChanges: false)
return (controllerState, (listState, arguments))