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