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>(
|
final result = await showDialog<RecordingResult>(
|
||||||
context: context,
|
context: context,
|
||||||
useRootNavigator: false,
|
useRootNavigator: false,
|
||||||
|
barrierDismissible: false,
|
||||||
builder: (c) => const RecordingDialog(),
|
builder: (c) => const RecordingDialog(),
|
||||||
);
|
);
|
||||||
if (result == null) return;
|
if (result == null) return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue