mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 17:09:31 +01:00
Fix sort order
This commit is contained in:
parent
68425e05d6
commit
49040f2b97
@ -445,8 +445,8 @@ class _ChatListState extends State<ChatList> {
|
|||||||
?.statusMsg !=
|
?.statusMsg !=
|
||||||
null
|
null
|
||||||
? 1
|
? 1
|
||||||
: a.lastEvent.originServerTs.compareTo(
|
: b.lastEvent.originServerTs.compareTo(
|
||||||
b.lastEvent.originServerTs));
|
a.lastEvent.originServerTs));
|
||||||
return ListView.separated(
|
return ListView.separated(
|
||||||
controller: _scrollController,
|
controller: _scrollController,
|
||||||
separatorBuilder:
|
separatorBuilder:
|
||||||
|
Loading…
Reference in New Issue
Block a user