peterhav
peterhav
Encountering this same issue. Some pictures seem to appear rotated upon activity creation. p.s. great library by the way! The most stable crop solution for Android app for sure.
Hi J, thank you very much. I'm not yet up to speed on github and the library build system (android-maven-gradle-plugin) so that will take some more time to investigate. Once...
Encountered the same issue, below the stack trace from Crashlytics (InvisibleActivityBase.java line 39, com.firebase.ui.auth.ui.InvisibleActivityBase.onCreate). I hope that this helps in finding the problem: ``` Caused by java.lang.NullPointerException: Attempt to read...
Hi @mcdonamp, this could be a work-around in some situations. Unfortunately is does not help in my case: the image selection (and crop) takes place in a dedicated activity. As...
Hi @samtstern, I have tried this and it works well! The only thing is that FirebaseStorageFetcher is a private class that cannot be extended (I created a copy right now).
Hi @judeebene the code I'm currently using is the following: ``` import android.net.Uri; import android.support.annotation.Nullable; import android.util.Log; import com.bumptech.glide.Priority; import com.bumptech.glide.load.data.DataFetcher; import com.firebase.ui.storage.images.FirebaseImageLoader; import com.google.android.gms.tasks.Tasks; import com.google.firebase.storage.StorageReference; import com.google.firebase.storage.StreamDownloadTask; import...
Related Google issue: [https://issuetracker.google.com/issues/62800181](https://issuetracker.google.com/issues/62800181)
Hi Alex, I encountered that post earlier and tried the solutions mentioned. Unfortunatly none of them seem to work. My view is that there it must be something related to...