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
|
|
@ -72,7 +72,7 @@ class DefaultNotificationMediaRepo(
|
|||
): DefaultNotificationMediaRepo
|
||||
}
|
||||
|
||||
private val matrixMediaLoader = client.mediaLoader
|
||||
private val matrixMediaLoader = client.matrixMediaLoader
|
||||
|
||||
override suspend fun getMediaFile(
|
||||
mediaSource: MediaSource,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue