mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
chore: Make audio player dialog not dismissable
This commit is contained in:
parent
77aca413fb
commit
3cb7842a7b
@ -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…
Reference in New Issue
Block a user