Skip to content

Commit 879faa9

Browse files
Show keyboard instead of attachment picker when canceling pasted image
1 parent 9577939 commit 879faa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal/ConversationView/ConversationViewController+Delegates.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extension ConversationViewController: AttachmentApprovalViewControllerDelegate {
3434

3535
public func attachmentApprovalDidCancel() {
3636
dismiss(animated: true, completion: nil)
37-
self.openAttachmentKeyboard()
37+
self.popKeyBoard()
3838
}
3939

4040
public func attachmentApproval(_ attachmentApproval: AttachmentApprovalViewController,

0 commit comments

Comments
 (0)