Remove unnecessary boundType parameter
This commit is contained in:
committed by
Benoit Marty
parent
f5b495d9ff
commit
91a5411042
@@ -29,7 +29,7 @@ interface SystemNotificationsEnabledProvider {
|
||||
}
|
||||
|
||||
@SingleIn(AppScope::class)
|
||||
@ContributesBinding(AppScope::class, boundType = SystemNotificationsEnabledProvider::class)
|
||||
@ContributesBinding(AppScope::class)
|
||||
class DefaultSystemNotificationsEnabledProvider @Inject constructor(
|
||||
@ApplicationContext private val context: Context,
|
||||
) : SystemNotificationsEnabledProvider {
|
||||
|
||||
Reference in New Issue
Block a user