🐛 Bug fixes

This commit is contained in:
2025-08-11 01:44:18 +08:00
parent c378309bdd
commit c061ef2132
7 changed files with 12 additions and 6 deletions

View File

@@ -227,6 +227,7 @@ class ChatListScreen extends HookConsumerWidget {
final result = await showModalBottomSheet(
context: context,
useRootNavigator: true,
isScrollControlled: true,
builder: (context) => const AccountPickerSheet(),
);
if (result == null) return;