mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
ktlint
This commit is contained in:
parent
36b7617483
commit
0a6b71d27d
2 changed files with 1 additions and 2 deletions
|
@ -35,4 +35,3 @@ internal class DisplayNameResolver @Inject constructor(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import org.matrix.android.sdk.api.MatrixItemDisplayNameFallbackProvider
|
|||
import org.matrix.android.sdk.api.util.MatrixItem
|
||||
|
||||
// Used to provide the fallback to the MatrixSDK, in the MatrixConfiguration
|
||||
object VectorMatrixItemDisplayNameFallbackProvider: MatrixItemDisplayNameFallbackProvider {
|
||||
object VectorMatrixItemDisplayNameFallbackProvider : MatrixItemDisplayNameFallbackProvider {
|
||||
override fun getDefaultName(matrixItem: MatrixItem): String {
|
||||
// Can customize something from the id if necessary here
|
||||
return matrixItem.id
|
||||
|
|
Loading…
Reference in a new issue