fixed empty var and updated apk also

This commit is contained in:
2024-05-17 14:46:48 +02:00
parent 1a75526d65
commit 70edec9dd7
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -449,6 +449,7 @@ class _AddCamMainState extends State<AddCamMain> {
}
}
empty = false;
if (emptyFields.isNotEmpty) empty = true;
return emptyFields;