mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 21:16:35 +00:00
Camera and editor improvements
This commit is contained in:
parent
c012a0c00d
commit
4347e2eb78
@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user