[mob][photos] Add title to error dialog when there is no system lock

This commit is contained in:
ashilkn
2024-07-03 19:34:57 +05:30
parent c71850be07
commit 1042332f5b

View File

@@ -164,7 +164,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
} else {
await showErrorDialog(
context,
"",
"No system lock",
"To enable app lock, please setup device passcode or screen lock in your system settings.",
);
}