Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Rearrange albums
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshflock committed Oct 16, 2017
1 parent c242747 commit 43035ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GMImagePicker/GMAlbumsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ -(void)updateFetchResults
}
}

self.collectionsFetchResultsAssets= @[allFetchResultArray,userFetchResultArray,smartFetchResultArray];
self.collectionsFetchResultsTitles= @[allFetchResultLabel,userFetchResultLabel,smartFetchResultLabel];
self.collectionsFetchResultsAssets= @[allFetchResultArray,smartFetchResultArray,userFetchResultArray];
self.collectionsFetchResultsTitles= @[allFetchResultLabel,smartFetchResultLabel,userFetchResultLabel];
}


Expand Down

0 comments on commit 43035ad

Please sign in to comment.