mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Format
This commit is contained in:
parent
5bfba837c1
commit
a80f8b96c1
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue