Skip to content

Commit 05ee8c9

Browse files
committed
Fix build
1 parent 5b421c4 commit 05ee8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/pl/rmakowiecki/smartalarmcore/AlarmActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class AlarmActivity : AppCompatActivity() {
2424
private fun initSystemController() = AlarmController(
2525
BeamBreakDetectorPeripheryContract.create(),
2626
AlarmBackendContract.create(),
27-
UsbSetupProviderContract.create()
27+
UsbSetupProviderContract.create(this)
2828
)
2929

3030
private fun printWifiNetworkStatus() {

0 commit comments

Comments
 (0)