Skip to content

Commit b32d352

Browse files
committed
improvement: make language dialog non-dismissible
1 parent 57f39c4 commit b32d352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/camera/camera_new.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class _CameraScreenState extends State<CameraScreen> {
8383

8484
void _showLanguageSelection() { // Dialog Language Selection
8585
showDialog(
86+
barrierDismissible: false,
8687
context: context,
8788
builder: (BuildContext context) {
8889
return AlertDialog(

0 commit comments

Comments
 (0)