Naming convention and use MatrixMediaLoader instead of MatrixClient for Coil factories.

This commit is contained in:
Benoit Marty 2025-10-02 11:53:39 +02:00 committed by Benoit Marty
parent e0dffa4a46
commit cef55121cc
11 changed files with 26 additions and 26 deletions

View file

@ -72,7 +72,7 @@ class DefaultNotificationMediaRepo(
): DefaultNotificationMediaRepo
}
private val matrixMediaLoader = client.mediaLoader
private val matrixMediaLoader = client.matrixMediaLoader
override suspend fun getMediaFile(
mediaSource: MediaSource,