mirror of
https://github.com/metabolist/metatext.git
synced 2025-04-25 21:14:17 +00:00
Fix presentation
This commit is contained in:
parent
bb8fb9652e
commit
358aebf0f0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue