Lib version: 2.14.20231218Hello,When scanning a 2D Barcode (QR or Aztec), I am getting a suffix in the ByteArray payload.For example after scanning a QR code containing the string "https://www.telpo.vip", here is the hex data : "68747470733a2f2f7777772e74656c706f2e7669700d0a".
But this ByteArray payload is actually a representation of : "https://www.telpo.vip
", which is something actually happening on your demo app too.For now I need to manually remove the "0d0a" suffix which is absolutely not needed.If you ever fix this bug in a new lib version please notify me, for that I thank you in advance.