Naming convention
This commit is contained in:
parent
67c6a1bd5f
commit
ad770b521e
1 changed files with 2 additions and 2 deletions
|
|
@ -65,13 +65,13 @@ object SessionMatrixModule {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
fun provideMediaLoader(matrixClient: MatrixClient): MatrixMediaLoader {
|
fun providesMatrixMediaLoader(matrixClient: MatrixClient): MatrixMediaLoader {
|
||||||
return matrixClient.mediaLoader
|
return matrixClient.mediaLoader
|
||||||
}
|
}
|
||||||
|
|
||||||
@SessionCoroutineScope
|
@SessionCoroutineScope
|
||||||
@Provides
|
@Provides
|
||||||
fun provideSessionCoroutineScope(matrixClient: MatrixClient): CoroutineScope {
|
fun providesSessionCoroutineScope(matrixClient: MatrixClient): CoroutineScope {
|
||||||
return matrixClient.sessionCoroutineScope
|
return matrixClient.sessionCoroutineScope
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue