mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
removing extra line
This commit is contained in:
parent
ff2fc3e0a7
commit
a0f86d270b
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ class EventHtmlRenderer @Inject constructor(
|
||||||
class MatrixHtmlPluginConfigure @Inject constructor(private val colorProvider: ColorProvider, private val resources: Resources) : HtmlPlugin.HtmlConfigure {
|
class MatrixHtmlPluginConfigure @Inject constructor(private val colorProvider: ColorProvider, private val resources: Resources) : HtmlPlugin.HtmlConfigure {
|
||||||
|
|
||||||
override fun configureHtml(plugin: HtmlPlugin) {
|
override fun configureHtml(plugin: HtmlPlugin) {
|
||||||
|
|
||||||
plugin
|
plugin
|
||||||
.addHandler(ListHandlerWithInitialStart())
|
.addHandler(ListHandlerWithInitialStart())
|
||||||
.addHandler(FontTagHandler())
|
.addHandler(FontTagHandler())
|
||||||
|
|
Loading…
Reference in a new issue