mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-12 22:33:37 -04:00
Fix typo in comment
This commit is contained in:
1 parent
5973761e2e
commit
a10e8d5aab
1 file changed
+1
-1
@@ -192,7 +192,7 @@ public class BarcodeImageWriterTask implements CompatCallable<Bitmap> {
|
||||
String guessedEncoding = StringUtils.guessEncoding(cardId.getBytes(), new ArrayMap<>());
|
||||
Log.d(TAG, "Guessed encoding: " + guessedEncoding);
|
||||
|
||||
// We don't want to pass the gussed encoding as an encoding hint unless it is UTF-8 as
|
||||
// We don't want to pass the guessed encoding as an encoding hint unless it is UTF-8 as
|
||||
// zxing is likely to add the mentioned encoding hint as ECI inside the barcode.
|
||||
//
|
||||
// Due to many barcode scanners in the wild being badly coded they may trip over ECI
|
||||
|
||||
Reference in new issue
Block a user