Skip to content

Commit

Permalink
Fix glide error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasminmif committed Feb 28, 2024
1 parent e886de4 commit 26d5f97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import android.app.Activity;

import com.bumptech.glide.Glide;
import com.bumptech.glide.GlideBuilder;
import com.bumptech.glide.load.engine.cache.InternalCacheDiskCacheFactory;
import com.bumptech.glide.load.model.GlideUrl;
import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
Expand Down

0 comments on commit 26d5f97

Please sign in to comment.