Replace hardcoded value that represents the group "All" with a constant
This commit is contained in:
parent
5ea323ce02
commit
3f32573638
9 changed files with 37 additions and 29 deletions
|
|
@ -24,5 +24,7 @@ data class FeedGroupEntity(
|
|||
const val ID = "uid"
|
||||
const val NAME = "name"
|
||||
const val ICON = "icon_id"
|
||||
|
||||
const val GROUP_ALL_ID = -1L
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue