refactor: No longer need selected of chat list tile
This commit is contained in:
parent
5668bfbad8
commit
f58bd3170e
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ class ChatListItem extends StatelessWidget {
|
||||||
? Theme.of(context).colorScheme.secondaryContainer
|
? Theme.of(context).colorScheme.secondaryContainer
|
||||||
: Colors.transparent,
|
: Colors.transparent,
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
selected: selected || activeChat,
|
|
||||||
onLongPress: onLongPress,
|
onLongPress: onLongPress,
|
||||||
leading: selected
|
leading: selected
|
||||||
? SizedBox(
|
? SizedBox(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue