|
|
@ -152,6 +152,7 @@ class InputBar : RelativeLayout, InputBarEditTextDelegate, QuoteViewDelegate, Li
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
override fun cancelLinkPreviewDraft() {
|
|
|
|
override fun cancelLinkPreviewDraft() {
|
|
|
|
|
|
|
|
if (quote != null) { return }
|
|
|
|
linkPreview = null
|
|
|
|
linkPreview = null
|
|
|
|
inputBarAdditionalContentContainer.removeAllViews()
|
|
|
|
inputBarAdditionalContentContainer.removeAllViews()
|
|
|
|
val newHeight = max(inputBarEditText.height + 2 * vMargin, minHeight)
|
|
|
|
val newHeight = max(inputBarEditText.height + 2 * vMargin, minHeight)
|
|
|
|