farrakhj
Results
2
issues of
farrakhj
In the below method from EditImageActivity app crashes if large image(provided 14MB image) is provided. private Single loadImage(String filePath) { return Single.fromCallable(() -> BitmapUtils.getSampledBitmap(filePath, imageWidth, imageHeight)); } public static Bitmap...
When done button is pressed after image selection sometimes onActivityResult is called and sometimes it is not called.