mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix alignment
This commit is contained in:
parent
fabc273e16
commit
dea605dd15
@ -281,7 +281,7 @@ private final class AnimatedStickerDirectFrameSourceCache {
|
|||||||
|
|
||||||
self.frameCount = frameCount
|
self.frameCount = frameCount
|
||||||
self.width = alignUp(size: width, align: 8)
|
self.width = alignUp(size: width, align: 8)
|
||||||
self.height = alignUp(size: width, align: 8)
|
self.height = alignUp(size: height, align: 8)
|
||||||
self.useHardware = useHardware
|
self.useHardware = useHardware
|
||||||
|
|
||||||
let suffix : String
|
let suffix : String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user