mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
[merge] Fix removing reply fallbacks before rendering
Change-Id: Id3427fdcdd5be1715ca31bfe1764544a4f08d80d
This commit is contained in:
parent
a48ce4b18c
commit
6a2f318c1d
1 changed files with 1 additions and 1 deletions
|
@ -304,10 +304,10 @@ class EventHtmlRenderer @Inject constructor(
|
|||
|
||||
|
||||
private fun buildMarkwon() = Markwon.builder(context)
|
||||
.usePlugin(removeMxReplyFallbackPlugin)
|
||||
.usePlugin(HtmlRootTagPlugin())
|
||||
.usePlugin(HtmlPlugin.create(htmlConfigure))
|
||||
.usePlugin(themePlugin)
|
||||
.usePlugin(removeMxReplyFallbackPlugin)
|
||||
.usePlugin(adjustEmoticonHeight)
|
||||
.usePlugin(removeLeadingNewlineForInlineCode)
|
||||
.usePlugin(DetailsTagPostProcessor(this))
|
||||
|
|
Loading…
Add table
Reference in a new issue