fixed a lot of things after i broke everything. Just the card is not implemented again yet
time
This commit is contained in:
@@ -598,13 +598,11 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
saveTemplate(
|
||||
getFieldsText(),
|
||||
DatabasesEnum.place,
|
||||
widget.isTemplate,
|
||||
);
|
||||
setState(() {
|
||||
currentStep += 1;
|
||||
});
|
||||
} else {
|
||||
// ! always filled out
|
||||
|
||||
if (widget.isSent) {
|
||||
Navigator.pushNamedAndRemoveUntil(
|
||||
@@ -623,7 +621,6 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
AddEntriesDialogHelper.showTemplateDialog(
|
||||
context,
|
||||
getFieldsText(),
|
||||
widget.existingData?.isNotEmpty ?? false,
|
||||
);
|
||||
return;
|
||||
} else if (empty == false) {
|
||||
|
||||
@@ -66,7 +66,7 @@ class KarteState extends State<Karte> {
|
||||
// widget.ortInfoC.text = placemarks.first.street!;
|
||||
// } catch (e) {
|
||||
// //
|
||||
// // TODO Localization
|
||||
// // !!! Localization
|
||||
// if (context.mounted) {
|
||||
// SnackBarHelper.showSnackBarMessage(
|
||||
// context, "Geocoding error");
|
||||
|
||||
Reference in New Issue
Block a user