Remove unnecessary boundType parameter
This commit is contained in:
parent
05b3337e6f
commit
c253da11b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue