Naming convention and use MatrixMediaLoader instead of MatrixClient for Coil factories.
This commit is contained in:
committed by
Benoit Marty
parent
e0dffa4a46
commit
cef55121cc
+1
-1
@@ -72,7 +72,7 @@ class DefaultNotificationMediaRepo(
|
||||
): DefaultNotificationMediaRepo
|
||||
}
|
||||
|
||||
private val matrixMediaLoader = client.mediaLoader
|
||||
private val matrixMediaLoader = client.matrixMediaLoader
|
||||
|
||||
override suspend fun getMediaFile(
|
||||
mediaSource: MediaSource,
|
||||
|
||||
Reference in New Issue
Block a user