John

Results 6 comments of John

Have same problem. Launch demo-simple-java. Go to settings. Choose primary color - yellow. Go Back. And here we go: ![tmp_img](https://user-images.githubusercontent.com/15914922/76075919-e807e080-5fae-11ea-8846-3044fa3ef6f6.png) How i can fix this??

@anggrayudi mockk can't mock constructors with custom arguments 8( so i use both face same issue here, and it was unexpected

sorry i have only device with android 4.3 (api 18) and hint there fine tested on different emulators: api 15 broken line, broken margin api 16 broken line, broken margin...

@drchen Yes, it is happened on devices also (Android 4.0.3 here) [Photo](https://github.com/ivan200/Overlap/blob/master/screen/Photo_htc_api_15_20220730_145120.jpg?raw=true)

At least `com.google.mlkit:barcode-scanning:16.1.0` contains `barcode.rawBytes` > Returns raw bytes as it was encoded in the barcode. > Returns null if the raw bytes can not be determined. so I think...

sorry, but this lib is deprecated and not maintainable you can try to implement barcode scanning like this https://github.com/ivan200/EasyScanner/blob/master/app/src/main/java/com/ivan200/easyscanner/MainActivity.kt this is example of using camerax + mlkit for scanning barcodes...