android-image-preview
android-image-preview copied to clipboard
A simple and easy to use image-preview android library.
Hi, I've got this crash from the community: ``` Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'int android.view.View.getSystemUiVisibility()' on a null object reference com.greentoad.turtlebody.imagepreview.ImagePreview$PreviewFragment.hide (ImagePreview.java:336) com.greentoad.turtlebody.imagepreview.ImagePreview$PreviewFragment.access$hide (ImagePreview.java:211) com.greentoad.turtlebody.imagepreview.ImagePreview$PreviewFragment$initAdapter$2.onViewPagerClick (ImagePreview.java:374)...
@wangsun6 Referencing #12 In the preview when you take portrait pictures, these are rotated the wrong way. This PR fixes this problem on the advice of @eemi2010
Hi @wangsun6 , in the preview when you take portrait pictures, these are rotated the wrong way. Could you implement the rotation? Do you need help?  As you can...
Hi @wangsun6 thank you for the great work and wonderful lib you have been creating here, I got a crash from my community, I don't know how to reproduce it...