solved a couple of analysis issues

This commit is contained in:
Salvatore Giordano
2021-02-01 19:08:58 +01:00
parent d775aabfd5
commit ceb7cc0bdb
6 changed files with 18 additions and 11 deletions
@@ -209,7 +209,7 @@ class _ChannelBottomSheetState extends State<ChannelBottomSheet> {
);
}
void _showDeleteDialog() async {
Future<void> _showDeleteDialog() async {
final res = await showConfirmationDialog(
context,
title: 'Delete Conversation',
@@ -227,7 +227,7 @@ class _ChannelBottomSheetState extends State<ChannelBottomSheet> {
}
}
void _showLeaveDialog() async {
Future<void> _showLeaveDialog() async {
final res = await showConfirmationDialog(
context,
title: 'Leave conversation',