diff --git a/lib/pages/chat_list/chat_list_item.dart b/lib/pages/chat_list/chat_list_item.dart index b29c84a5..6f92b007 100644 --- a/lib/pages/chat_list/chat_list_item.dart +++ b/lib/pages/chat_list/chat_list_item.dart @@ -161,7 +161,6 @@ class ChatListItem extends StatelessWidget { ? Theme.of(context).colorScheme.secondaryContainer : Colors.transparent, child: ListTile( - selected: selected || activeChat, onLongPress: onLongPress, leading: selected ? SizedBox(