mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +03:00
Unused context parameter is removed.
This commit is contained in:
parent
1680cd8d8e
commit
9cbaadedfb
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ import java.io.IOException
|
|||
import javax.inject.Inject
|
||||
|
||||
internal class DefaultFileService @Inject constructor(
|
||||
private val context: Context,
|
||||
@CacheDirectory
|
||||
private val cacheDirectory: File,
|
||||
@SessionCacheDirectory
|
||||
|
|
Loading…
Reference in a new issue