mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 03:08:58 +03:00
Rename method
This commit is contained in:
parent
dda2685bd8
commit
7152dead1d
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ internal abstract class SessionModule {
|
|||
@JvmStatic
|
||||
@Provides
|
||||
@SessionDownloadsDirectory
|
||||
fun providesCacheDir(@SessionId sessionId: String,
|
||||
context: Context): File {
|
||||
fun providesDownloadsCacheDir(@SessionId sessionId: String,
|
||||
context: Context): File {
|
||||
return File(context.cacheDir, "downloads/$sessionId")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue