Skip to content

Commit 1056cd4

Browse files
committed
remove AppGlideModule import from ExtendedPhotoView
1 parent 57c5f12 commit 1056cd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/src/main/java/io/rumors/reactnativefirebaseui/storage/ExtendedPhotoView.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import com.bumptech.glide.load.resource.bitmap.FitCenter;
1818
import com.bumptech.glide.load.resource.bitmap.CenterCrop;
1919
import com.bumptech.glide.load.MultiTransformation;
20-
import com.bumptech.glide.module.AppGlideModule;
2120
import static com.bumptech.glide.request.RequestOptions.bitmapTransform;
2221

2322
import jp.wasabeef.glide.transformations.RoundedCornersTransformation;
@@ -75,4 +74,4 @@ public void updateView() {
7574
.apply(bitmapTransform(multi))
7675
.into(this);
7776
}
78-
}
77+
}

0 commit comments

Comments
 (0)