Update metro to v1.1.1 (#6832)
* Update metro to v1.1.1 * Fix `@ContributesBinding` usage with `@AssistedInject` in `DefaultVideoMetadataExtractor` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
dea808ce8d
commit
eed183be53
2 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,6 @@ interface VideoMetadataExtractor : AutoCloseable {
|
|||
}
|
||||
}
|
||||
|
||||
@ContributesBinding(AppScope::class)
|
||||
@AssistedInject
|
||||
class DefaultVideoMetadataExtractor(
|
||||
@ApplicationContext private val context: Context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue