mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Camera and editor improvements
This commit is contained in:
parent
c012a0c00d
commit
4347e2eb78
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue