diff --git a/lib/views/contacts.dart b/lib/views/contacts.dart index 826f31a81..f0f1fe2f4 100644 --- a/lib/views/contacts.dart +++ b/lib/views/contacts.dart @@ -81,7 +81,7 @@ class _ContactsState extends State { .toList(); if (client.presences[client.userID]?.presence?.statusMsg?.isNotEmpty ?? false) { - contactList.add(client.presences[client.userID]); + contactList.insert(0, client.presences[client.userID]); } return Scaffold( appBar: AppBar(