Mehul Kanzariya

Results 3 comments of Mehul Kanzariya

Hello, @akexorcist **Steps to reproduce the issue** 1. Run the app and navigate to the screen which shows the progress bar. 2. Put the app in the background 3. Kill...

In my app, due to specific flow I am scaling the bitmap but at the later stage after the image is cropped using the Cropper. As you suggested, I think...

It seems that the issue is not fixed yet. Meanwhile, you can add the attributes given below for a workaround. Works as expected. ```kotlin android:clickable="true" android:focusable="true" android:background="?attr/actionBarItemBackground" ```