feat: update to v5

This commit is contained in:
Gordon Hayes
2022-09-22 16:04:58 +02:00
parent c30d127327
commit 1dcad0555a
12 changed files with 96 additions and 22 deletions
@@ -339,7 +339,7 @@ class _ChatInfoScreenState extends State<ChatInfoScreen> {
}
void _showDeleteDialog() async {
final res = await showConfirmationDialog(
final res = await showConfirmationBottomSheet(
context,
title: AppLocalizations.of(context).deleteConversationTitle,
okText: AppLocalizations.of(context).delete.toUpperCase(),