We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f39c4 commit b32d352Copy full SHA for b32d352
lib/camera/camera_new.dart
@@ -83,6 +83,7 @@ class _CameraScreenState extends State<CameraScreen> {
83
84
void _showLanguageSelection() { // Dialog Language Selection
85
showDialog(
86
+ barrierDismissible: false,
87
context: context,
88
builder: (BuildContext context) {
89
return AlertDialog(
0 commit comments