You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Sort hidden items on the top
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package com.topjohnwu.magisk.model.entity.state
|
||||
|
||||
enum class IndeterminateState {
|
||||
INDETERMINATE, CHECKED, UNCHECKED
|
||||
}
|
||||
CHECKED, INDETERMINATE, UNCHECKED
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user