Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
safe measure
Browse files Browse the repository at this point in the history
esafirm committed Oct 13, 2019
1 parent 5785865 commit 732fbb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ public class DefaultImageFileLoader implements ImageFileLoader {
private ExecutorService executorService;

public DefaultImageFileLoader(Context context) {
this.context = context;
this.context = context.getApplicationContext();
}

private final String[] projection = new String[]{

0 comments on commit 732fbb2

Please sign in to comment.