We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b421c4 commit 05ee8c9Copy full SHA for 05ee8c9
app/src/main/java/pl/rmakowiecki/smartalarmcore/AlarmActivity.kt
@@ -24,7 +24,7 @@ class AlarmActivity : AppCompatActivity() {
24
private fun initSystemController() = AlarmController(
25
BeamBreakDetectorPeripheryContract.create(),
26
AlarmBackendContract.create(),
27
- UsbSetupProviderContract.create()
+ UsbSetupProviderContract.create(this)
28
)
29
30
private fun printWifiNetworkStatus() {
0 commit comments