Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6b9b8c4 authored by Peter S's avatar Peter S
Browse files

add two sorting methods: lexicographical_asc & modified_desc

parent 491f2c12
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
package it.niedermann.owncloud.notes.util;

public enum CategorySortingMethod {
    SORT_LEXICOGRAPHICAL_ASC,
    SORT_MODIFIED_DESC
}