We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c5f12 commit 1056cd4Copy full SHA for 1056cd4
android/src/main/java/io/rumors/reactnativefirebaseui/storage/ExtendedPhotoView.java
@@ -17,7 +17,6 @@
17
import com.bumptech.glide.load.resource.bitmap.FitCenter;
18
import com.bumptech.glide.load.resource.bitmap.CenterCrop;
19
import com.bumptech.glide.load.MultiTransformation;
20
-import com.bumptech.glide.module.AppGlideModule;
21
import static com.bumptech.glide.request.RequestOptions.bitmapTransform;
22
23
import jp.wasabeef.glide.transformations.RoundedCornersTransformation;
@@ -75,4 +74,4 @@ public void updateView() {
75
74
.apply(bitmapTransform(multi))
76
.into(this);
77
}
78
-}
+}
0 commit comments