💄 Dynamic hide pinned chat if no need

This commit is contained in:
2025-12-22 23:31:40 +08:00
parent 09abe79f6a
commit 33686b83e3

View File

@@ -79,6 +79,7 @@ class ChatListBodyWidget extends HookConsumerWidget {
child: Column(
children: [
// Always show pinned chats in their own section
if (pinnedItems.isNotEmpty)
ExpansionTile(
backgroundColor: Theme.of(
context,