Quoting a msg overrides what I already typed #641.

This commit is contained in:
manuroe 2016-09-21 09:29:05 +02:00
parent 9d34cf887e
commit 9dd1f772ec

View file

@ -1543,7 +1543,7 @@
[strongSelf cancelEventSelection];
// Quote the message a la Markdown into the input toolbar composer
strongSelf.inputToolbarView.textMessage = [NSString stringWithFormat:@">%@\n\n", selectedComponent.textMessage];
strongSelf.inputToolbarView.textMessage = [NSString stringWithFormat:@"%@\n>%@\n\n", strongSelf.inputToolbarView.textMessage, selectedComponent.textMessage];
// And display the keyboard
[strongSelf.inputToolbarView becomeFirstResponder];