From f58bd3170e23874be0721e906af51b3d48daec42 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 15 Oct 2022 16:25:32 +0200 Subject: [PATCH] refactor: No longer need selected of chat list tile --- lib/pages/chat_list/chat_list_item.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/chat_list/chat_list_item.dart b/lib/pages/chat_list/chat_list_item.dart index b29c84a56..6f92b0078 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(