Skip to content

Commit

Permalink
disable auto close in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kroegerama committed Aug 4, 2019
1 parent f7e77a7 commit d668429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/kroegerama/bcode/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MainActivity : AppCompatActivity(), BarcodeResultListener {
Log.d(TAG, "Result: $result")

//return false to not automatically close the dialog
return true
return false
}

companion object {
Expand Down

0 comments on commit d668429

Please sign in to comment.