2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix small stories thumbnails in profile / my stories.

This commit is contained in:
John Preston
2023-07-13 11:15:37 +04:00
parent 8a974273b9
commit 91cc5f5284
6 changed files with 29 additions and 20 deletions

View File

@@ -104,8 +104,6 @@ object_ptr<Ui::BoxContent> PrepareContactsBox(
controller->setStoriesShown(true);
const auto raw = controller.get();
auto init = [=](not_null<PeerListBox*> box) {
using namespace Dialogs::Stories;
struct State {
QPointer<::Ui::IconButton> toggleSort;
rpl::variable<Mode> mode = Mode::Online;