mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 15:44:26 +00:00
Make context
in TwoMRoomDisplayNameFallbackProvider
private
This commit is contained in:
parent
373fcc2f6b
commit
579573ce7d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fun TwoMMatrixProvider(
|
|||
|
||||
|
||||
class TwoMRoomDisplayNameFallbackProvider(
|
||||
val context: Context
|
||||
private val context: Context
|
||||
) : RoomDisplayNameFallbackProvider {
|
||||
|
||||
override fun getNameFor1member(name: String): String {
|
||||
|
|
Loading…
Reference in a new issue