예제 #1
0
 void changeSortingMode(Context context, SortingMode sortingMode) {
   this.sortingMode = sortingMode.getValue();
   CustomAlbumsHelper h = CustomAlbumsHelper.getInstance(context);
   h.setAlbumSortingMode(path, sortingMode.getValue());
 }