Skip to content

Commit

Permalink
Add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
esafirm committed Jun 18, 2018
1 parent 45074d0 commit d3791f5
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,7 @@
import android.content.Context;
import android.database.Cursor;
import android.provider.MediaStore;
import android.support.annotation.Nullable;

import com.esafirm.imagepicker.features.common.ImageLoaderListener;
import com.esafirm.imagepicker.model.Folder;
Expand Down Expand Up @@ -130,6 +131,7 @@ public void run() {
}
}

@Nullable
private static File makeSafeFile(String path) {
if (path == null || path.isEmpty()) {
return null;
Expand Down

0 comments on commit d3791f5

Please sign in to comment.