Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Commit 488117a

Browse files
committed
- update v1.0.1
- fixed album pinning when sorting by name
1 parent 19feb10 commit 488117a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/us/koller/cameraroll/util/AlphanumNameComparator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Heavily ispired by David Koelle's AlphanumComparator
77
* link: http://www.davekoelle.com/files/AlphanumComparator.java
88
*/
9+
910
public class AlphanumNameComparator implements Comparator<SortUtil.Sortable> {
1011
private boolean isDigit(char ch) {
1112
return ((ch >= 48) && (ch <= 57));

0 commit comments

Comments
 (0)