Animated emoji improvements

This commit is contained in:
Ali
2022-07-19 03:38:07 +02:00
parent 2a5b45883d
commit c141531c7b
58 changed files with 3446 additions and 1133 deletions

View File

@@ -44,7 +44,8 @@ public func cacheVideoAnimation(path: String, width: Int, height: Int, writer: A
}
}
}
}, proposedWidth: frame.width, proposedHeight: frame.height, duration: frameDuration)
return frameDuration
}, proposedWidth: frame.width, proposedHeight: frame.height)
} else {
break
}