refactor: No longer need selected of chat list tile

krille/redesign-login
Christian Pauly 2 years ago
parent 5668bfbad8
commit f58bd3170e

@ -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…
Cancel
Save