This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Scanning QR Code causes crash #139
Open
Description
Original author: [email protected] (August 23, 2012 09:06:23)
can be reproduced by scanning any QR Code from the MasterChooser activity.
The check for TEXT_TYPE of SCAN_RESULT_FORMAT raises IllegalStateException (MasterChooser.java line 84)
commenting out that line is a quick-fix.
see attached logcat
i'm running android 4.1.1 and using BarcodeScanner Version 4.2
Original issue: http://code.google.com/p/rosjava/issues/detail?id=139