Migrate FilterType and ListSortTYpe to kotlin
This commit is contained in:
parent
96be5af06e
commit
4dfa474d14
@ -1,9 +1,9 @@
|
||||
package com.readrops.db.filters;
|
||||
|
||||
public enum FilterType {
|
||||
enum class FilterType {
|
||||
FEED_FILTER,
|
||||
FOLDER_FILER,
|
||||
READ_IT_LATER_FILTER,
|
||||
STARS_FILTER,
|
||||
NO_FILTER
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
package com.readrops.db.filters;
|
||||
|
||||
public enum ListSortType {
|
||||
NEWEST_TO_OLDEST,
|
||||
OLDEST_TO_NEWEST
|
||||
}
|
6
db/src/main/java/com/readrops/db/filters/ListSortType.kt
Normal file
6
db/src/main/java/com/readrops/db/filters/ListSortType.kt
Normal file
@ -0,0 +1,6 @@
|
||||
package com.readrops.db.filters
|
||||
|
||||
enum class ListSortType {
|
||||
NEWEST_TO_OLDEST,
|
||||
OLDEST_TO_NEWEST
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user