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