mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 04:27:35 +01:00
Format
This commit is contained in:
parent
5bfba837c1
commit
a80f8b96c1
@ -35,9 +35,11 @@ import javax.inject.Inject
|
|||||||
import javax.inject.Singleton
|
import javax.inject.Singleton
|
||||||
|
|
||||||
@Singleton
|
@Singleton
|
||||||
class EventHtmlRenderer @Inject constructor(htmlConfigure: MatrixHtmlPluginConfigure,
|
class EventHtmlRenderer @Inject constructor(
|
||||||
|
htmlConfigure: MatrixHtmlPluginConfigure,
|
||||||
context: Context,
|
context: Context,
|
||||||
private val vectorPreferences: VectorPreferences) {
|
vectorPreferences: VectorPreferences
|
||||||
|
) {
|
||||||
|
|
||||||
interface PostProcessor {
|
interface PostProcessor {
|
||||||
fun afterRender(renderedText: Spannable)
|
fun afterRender(renderedText: Spannable)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user