Update miscellaneous libraries
This commit is contained in:
parent
ee3455e1e5
commit
4a7fda95ae
7 changed files with 20 additions and 25 deletions
|
|
@ -47,6 +47,6 @@ object Converters {
|
|||
|
||||
@TypeConverter
|
||||
fun feedGroupIconOf(id: Int): FeedGroupIcon {
|
||||
return FeedGroupIcon.values().first { it.id == id }
|
||||
return FeedGroupIcon.entries.first { it.id == id }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue