fix pipeline
This commit is contained in:
@@ -184,7 +184,7 @@ object AppModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideUsbServiceListener(): UsbServiceListener {
|
||||
return UsbServiceListenerImpl()
|
||||
fun provideUsbServiceListener(context: Context): UsbServiceListener {
|
||||
return UsbServiceListenerImpl(context)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user