Fix presentation

This commit is contained in:
Justin Mazzocchi 2021-01-16 20:58:59 -08:00
parent bb8fb9652e
commit 358aebf0f0
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,8 @@ private extension NewStatusViewController {
if emojiPickerPresented { if emojiPickerPresented {
dismiss(animated: true, completion: completion) dismiss(animated: true, completion: completion)
} else {
completion?()
} }
return emojiPickerPresented return emojiPickerPresented