added guide that explains to the user how to give always location permission

This commit is contained in:
Nico
2025-06-05 19:32:43 +02:00
parent 9431232e91
commit a599c6fbc1
9 changed files with 238 additions and 30 deletions

View File

@@ -258,7 +258,7 @@ class AddEntriesDialogHelper {
);
}
} catch (e) {
print(e.toString());
debugPrint(e.toString());
}
},
child: Text(AppLocalizations.of(context)!.justsave),