🐛 Bug fixes

This commit is contained in:
2024-06-02 00:39:50 +08:00
parent 19c3f07212
commit f6510bf4c2
2 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ class _ContactScreenState extends State<ContactScreen> {
child: ChatCallCurrentIndicator(),
);
} else {
return const SizedBox();
return const SliverToBoxAdapter();
}
}),
if (_isBusy)