2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Moved settings of blocked peers to section.

This commit is contained in:
23rd
2022-05-01 21:08:16 +03:00
parent 639ed8b973
commit 1349989494
15 changed files with 284 additions and 13 deletions

View File

@@ -264,7 +264,7 @@ LottieIcon CreateLottieIcon(
raw->lifetime().add([kept = std::move(owned)]{});
const auto animate = [=] {
icon->animate([=] { raw->update(); }, 0, icon->framesCount());
icon->animate([=] { raw->update(); }, 0, icon->framesCount() - 1);
};
raw->paintRequest(
) | rpl::start_with_next([=] {