I\'m trying to sort an ArrayList in Java in Android app but I\'m getting this weird exception.
ArrayList
Code:
eventsList.sort(new Comparator<
Zxing?
If you get this error in the Zxing core lib in com.google.zxing.qrcode.detector.FinderPatternFinder.selectBestPatterns you can solve it by downgrading Zxing to 3.3.x (3.3.3 currently).
com.google.zxing.qrcode.detector.FinderPatternFinder.selectBestPatterns
See https://github.com/zxing/zxing/issues/1170 for details.