File tree 2 files changed +3
-2
lines changed
src/main/java/im/vector/app/features/html
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ dependencies {
316
316
def epoxy_version = ' 4.6.2'
317
317
def fragment_version = ' 1.3.6'
318
318
def arrow_version = " 0.8.2"
319
- def markwon_version = ' 4.3.0 '
319
+ def markwon_version = ' 4.3.1 '
320
320
def big_image_viewer_version = ' 1.8.1'
321
321
def glide_version = ' 4.12.0'
322
322
def moshi_version = ' 1.12.0'
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import im.vector.app.features.settings.VectorPreferences
24
24
import io.noties.markwon.AbstractMarkwonPlugin
25
25
import io.noties.markwon.Markwon
26
26
import io.noties.markwon.MarkwonPlugin
27
+ import io.noties.markwon.PrecomputedFutureTextSetterCompat
27
28
import io.noties.markwon.ext.latex.JLatexMathPlugin
28
29
import io.noties.markwon.ext.latex.JLatexMathTheme
29
30
import io.noties.markwon.html.HtmlPlugin
@@ -61,7 +62,7 @@ class EventHtmlRenderer @Inject constructor(htmlConfigure: MatrixHtmlPluginConfi
61
62
})
62
63
} else {
63
64
builder
64
- }.build()
65
+ }.textSetter( PrecomputedFutureTextSetterCompat .create()). build()
65
66
66
67
val plugins: List <MarkwonPlugin > = markwon.plugins
67
68
You can’t perform that action at this time.
0 commit comments