mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-28 16:29:53 +00:00
Fixed blurred display of scheduled photos that were downloaded too fast.
This commit is contained in:
@@ -285,6 +285,12 @@ ListWidget::ListWidget(
|
||||
}
|
||||
}
|
||||
}, lifetime());
|
||||
|
||||
session().downloaderTaskFinished(
|
||||
) | rpl::start_with_next([=] {
|
||||
update();
|
||||
}, lifetime());
|
||||
|
||||
session().data().itemRemoved(
|
||||
) | rpl::start_with_next(
|
||||
[this](auto item) { itemRemoved(item); },
|
||||
|
||||
Reference in New Issue
Block a user