Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew 4cc694bfbe
Merge pull request #1456 from bemusementpark/fix-multi-quote
[SES-1755] Fix multiple quote previews creatable
1 month ago
Andrew 8f69d57374 Fix multiple quote previews 1 month ago

@ -140,6 +140,8 @@ class InputBar : RelativeLayout, InputBarEditTextDelegate, QuoteViewDelegate, Li
}
fun draftQuote(thread: Recipient, message: MessageRecord, glide: GlideRequests) {
quoteView?.let(binding.inputBarAdditionalContentContainer::removeView)
quote = message
// If we already have a link preview View then clear the 'additional content' layout so that

Loading…
Cancel
Save