Sort hidden items on the top

This commit is contained in:
topjohnwu
2019-05-02 06:38:42 -04:00
parent b245782c7e
commit b25c49725f
2 changed files with 4 additions and 3 deletions
@@ -1,5 +1,5 @@
package com.topjohnwu.magisk.model.entity.state
enum class IndeterminateState {
INDETERMINATE, CHECKED, UNCHECKED
}
CHECKED, INDETERMINATE, UNCHECKED
}