예제 #1
0
 void changeCoverPath(Context context, @Nullable String coverPath) {
   this.coverPath = coverPath;
   CustomAlbumsHelper h = CustomAlbumsHelper.getInstance(context);
   h.setAlbumPhotoPreview(path, coverPath);
 }