🐛 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

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