Remove unnecessary boundType parameter
This commit is contained in:
parent
f5b495d9ff
commit
91a5411042
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ interface SystemNotificationsEnabledProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
@SingleIn(AppScope::class)
|
@SingleIn(AppScope::class)
|
||||||
@ContributesBinding(AppScope::class, boundType = SystemNotificationsEnabledProvider::class)
|
@ContributesBinding(AppScope::class)
|
||||||
class DefaultSystemNotificationsEnabledProvider @Inject constructor(
|
class DefaultSystemNotificationsEnabledProvider @Inject constructor(
|
||||||
@ApplicationContext private val context: Context,
|
@ApplicationContext private val context: Context,
|
||||||
) : SystemNotificationsEnabledProvider {
|
) : SystemNotificationsEnabledProvider {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue