From fe0452299f41868fa20ee1b7560bc44fb4470218 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 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(