mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
refactor: No longer need selected of chat list tile
This commit is contained in:
parent
7e4a4c88be
commit
fe0452299f
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user