mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-25 05:21:18 +00:00
Camera and editor improvements
This commit is contained in:
@@ -39,7 +39,7 @@ public class CameraSimplePreviewView: UIView {
|
||||
|> filter { $0 }
|
||||
|> take(1)
|
||||
|> deliverOnMainQueue).start(next: { [weak self] _ in
|
||||
UIView.animate(withDuration: 0.3) {
|
||||
UIView.animate(withDuration: 0.3, delay: 0.15) {
|
||||
self?.placeholderView.alpha = 0.0
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user