Add FIXME

This commit is contained in:
Benoit Marty 2019-11-04 16:51:45 +01:00
parent b3233d3eb7
commit 7206d84a6b
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class MatrixHtmlPluginConfigure @Inject constructor(private val context: Context
.addHandler(FontTagHandler())
.addHandler(MxLinkTagHandler(GlideApp.with(context), context, avatarRenderer, session))
.addHandler(MxReplyTagHandler())
// FIXME (P3) SpanHandler is not recreated when theme is change and it depends on theme colors
.addHandler(SpanHandler(context))
}
}