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:
@@ -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([=] {
|
||||
|
Reference in New Issue
Block a user