chore: Make audio player dialog not dismissable
This commit is contained in:
parent
a99f596447
commit
44532a242b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue