mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 21:48:50 +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
|
import javax.inject.Inject
|
||||||
|
|
||||||
internal class DefaultFileService @Inject constructor(
|
internal class DefaultFileService @Inject constructor(
|
||||||
private val context: Context,
|
|
||||||
@CacheDirectory
|
@CacheDirectory
|
||||||
private val cacheDirectory: File,
|
private val cacheDirectory: File,
|
||||||
@SessionCacheDirectory
|
@SessionCacheDirectory
|
||||||
|
|
Loading…
Reference in a new issue