markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.42k stars 117 forks source link

Fixes issue of crashing when not connected to Bluetooth server. #369

Closed KamaleiZestri closed 1 year ago

KamaleiZestri commented 1 year ago

Fixes the issue mentioned in #363.

Crashing occurred due to lateinit var not being instantiated(which occurred when a bluetooth device was selected to send to, but that device was not running software to catch the data being sent.

markusfisch commented 1 year ago

Thanks a lot 👍