mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
avoiding redundant session id filesDir opening, this provision is called multiple times each time we open a room
This commit is contained in:
parent
54daee2798
commit
8d668cc118
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ internal abstract class SessionModule {
|
|||
@JvmStatic
|
||||
@Provides
|
||||
@SessionFilesDirectory
|
||||
@SessionScope
|
||||
fun providesFilesDir(@UserMd5 userMd5: String,
|
||||
@SessionId sessionId: String,
|
||||
context: Context): File {
|
||||
|
|
Loading…
Add table
Reference in a new issue