feat: update to v5
This commit is contained in:
@@ -244,7 +244,8 @@ class _ChannelList extends State<ChannelList> {
|
||||
color: chatTheme.colorTheme.accentError,
|
||||
),
|
||||
onPressed: (_) async {
|
||||
final res = await showConfirmationDialog(
|
||||
final res =
|
||||
await showConfirmationBottomSheet(
|
||||
context,
|
||||
title: 'Delete Conversation',
|
||||
question:
|
||||
|
||||
Reference in New Issue
Block a user