You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the crop feature makes the app crash both on my emulator and my physical device. The cause for this is some missing lines in AndroidManifest.xml.
After adding the code, the app works perfect but if I initially choose to crop, but then go back from the crop screen without cropping the image, it gives me an error saying the imagefile is null. This is solved by giving a minor tweek to cropimage function.
Edit: I have made the crop screen consistent with the present theme, I'll open a PR.
The text was updated successfully, but these errors were encountered:
Using the crop feature makes the app crash both on my emulator and my physical device. The cause for this is some missing lines in
AndroidManifest.xml
.After adding the code, the app works perfect but if I initially choose to crop, but then go back from the crop screen without cropping the image, it gives me an error saying the imagefile is null. This is solved by giving a minor tweek to
cropimage
function.Edit: I have made the crop screen consistent with the present theme, I'll open a PR.
The text was updated successfully, but these errors were encountered: