Fixes contract violation when sorting users.
This commit is contained in:
@@ -928,6 +928,7 @@ open class NewPostViewModel() : ViewModel() {
|
||||
compareBy(
|
||||
{ account?.isFollowing(it) },
|
||||
{ it.toBestDisplayName() },
|
||||
{ it.pubkeyHex },
|
||||
),
|
||||
)
|
||||
.reversed()
|
||||
|
||||
Reference in New Issue
Block a user