mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Order story viewer names alphabetically.
This commit is contained in:
committed by
Greyson Parrelli
parent
29b3f09d8a
commit
a83abaca1d
@@ -75,7 +75,7 @@ class StoryViewsFragment :
|
||||
|
||||
private fun getConfiguration(state: StoryViewsState): DSLConfiguration {
|
||||
return configure {
|
||||
state.views.forEach { storyViewItemData ->
|
||||
state.views.sortedBy { it.recipient.getDisplayName(requireContext()) }.forEach { storyViewItemData ->
|
||||
customPref(
|
||||
StoryViewItem.Model(
|
||||
storyViewItemData = storyViewItemData,
|
||||
|
||||
Reference in New Issue
Block a user