Skip to content

Commit 43f2d24

Browse files
committed
code cleanup
1 parent e74bbea commit 43f2d24

File tree

1 file changed

+1
-1
lines changed
  • ready-to-use-ui-demo/rtu_ui_components/src/main/java/io/scanbot/example

1 file changed

+1
-1
lines changed

ready-to-use-ui-demo/rtu_ui_components/src/main/java/io/scanbot/example/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class MainActivity : AppCompatActivity() {
406406
)
407407
}
408408
}
409-
this.useCase = MultipleScanningMode().apply {
409+
this.useCase = BarcodeUseCase.multipleScanningMode().apply {
410410
this.barcodeInfoMapping.barcodeItemMapper = CustomBarcodeItemMapper()
411411
}
412412

0 commit comments

Comments
 (0)