Fix custom labels and sorting in pinned tags
This commit is contained in:
@@ -75,7 +75,10 @@ open class FavoritesVM : ViewModel(), KoinComponent {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
customAttributesRepository.getItemsForTag(tag)
|
||||
customAttributesRepository
|
||||
.getItemsForTag(tag)
|
||||
.withCustomLabels(customAttributesRepository)
|
||||
.map { it.sorted() }
|
||||
}
|
||||
}.shareIn(viewModelScope, SharingStarted.WhileSubscribed(), replay = 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user