Naming convention and use MatrixMediaLoader instead of MatrixClient for Coil factories.
This commit is contained in:
parent
e0dffa4a46
commit
cef55121cc
11 changed files with 26 additions and 26 deletions
|
|
@ -57,7 +57,7 @@ interface MatrixClient {
|
|||
val encryptionService: EncryptionService
|
||||
val roomDirectoryService: RoomDirectoryService
|
||||
val mediaPreviewService: MediaPreviewService
|
||||
val mediaLoader: MatrixMediaLoader
|
||||
val matrixMediaLoader: MatrixMediaLoader
|
||||
val sessionCoroutineScope: CoroutineScope
|
||||
val ignoredUsersFlow: StateFlow<ImmutableList<UserId>>
|
||||
val roomMembershipObserver: RoomMembershipObserver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue