Skip to content

Commit

Permalink
protect this too I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Bennett committed May 16, 2019
1 parent b322ce7 commit 42faef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixleesdk/src/main/java/com/pixlee/pixleesdk/PXLAlbum.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void setSortOptions(PXLAlbumSortOptions sortOptions) {
this.resetState();
}

private void resetState() {
protected void resetState() {
this.photos.clear();
this.lastPageLoaded = 0;
this.hasMore = true;
Expand Down

0 comments on commit 42faef4

Please sign in to comment.