mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update animations
This commit is contained in:
parent
b277401bef
commit
4c8fa6ec1d
Binary file not shown.
Binary file not shown.
@ -25,7 +25,7 @@
|
||||
size_t height = 0;
|
||||
_animation->size(width, height);
|
||||
|
||||
if (width > 1024 || height > 1024) {
|
||||
if (width > 1536 || height > 1536) {
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user