chore: Make audio player dialog not dismissable

krille/remove-unused-translations
Krille Fear 2 years ago
parent a99f596447
commit 44532a242b

@ -413,6 +413,7 @@ class ChatController extends State<Chat> {
final result = await showDialog<RecordingResult>(
context: context,
useRootNavigator: false,
barrierDismissible: false,
builder: (c) => const RecordingDialog(),
);
if (result == null) return;

Loading…
Cancel
Save