Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Crop Image Disappearing on Orientation Change #25

Closed
willblaschko opened this issue Jul 6, 2014 · 2 comments
Closed

Crop Image Disappearing on Orientation Change #25

willblaschko opened this issue Jul 6, 2014 · 2 comments
Labels

Comments

@willblaschko
Copy link

As said in title, when a user flips the orientation of their device, the image is not loaded. When "done" is pressed, no usable information returned.

Using this call from an Activity:
new Crop(selectedImageUri).output(croppedFileUri).withAspect(width, height).withMaxSize(width, height).start(this);

@paulflores
Copy link

I can confirm that I'm also experiencing the issue. I even tried to just force portrait orientation but it's still happening.

I'm seeing this in the logs too

libEGL: call to OpenGL ES API with no current context (logged once per thread)

@jdamcd
Copy link
Owner

jdamcd commented Jul 13, 2014

Should no longer happen since 0.9.10

@jdamcd jdamcd closed this as completed Jul 13, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants