Rename method
This commit is contained in:
parent
dda2685bd8
commit
7152dead1d
@ -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…
x
Reference in New Issue
Block a user