implemented internal file sharing and saving, added server-side file references, refactored share pickers for unified flows, and updated UI branding labels
This commit is contained in:
@@ -153,10 +153,10 @@ class _ChatListViewState extends State<_ChatListView> {
|
||||
) {
|
||||
if (username == null || !context.mounted) return;
|
||||
ConfirmDialog(
|
||||
title: 'Chat starten',
|
||||
title: 'Talk-Chat starten',
|
||||
content:
|
||||
"Möchtest du einen Chat mit Nutzer '$username' starten?",
|
||||
confirmButton: 'Chat starten',
|
||||
"Möchtest du einen Talk-Chat mit Nutzer '$username' starten?",
|
||||
confirmButton: 'Talk-Chat starten',
|
||||
onConfirmAsync: () => bloc.createDirectChat(username),
|
||||
).asDialog(context);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user