Video Chat Improvements

This commit is contained in:
Ilya Laktyushin
2021-05-22 12:12:27 +04:00
parent ed031f0d4c
commit d20661d5a9
4 changed files with 71 additions and 52 deletions

View File

@@ -114,6 +114,9 @@ public final class VoiceBlobView: UIView, TGModernConversationInputMicButtonDeco
if !immediately {
mediumBlob.layer.animateScale(from: 0.75, to: 1, duration: 0.35, removeOnCompletion: false)
bigBlob.layer.animateScale(from: 0.75, to: 1, duration: 0.35, removeOnCompletion: false)
} else {
mediumBlob.layer.removeAllAnimations()
bigBlob.layer.removeAllAnimations()
}
updateBlobsState()