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) {
|
||||
|
||||
Reference in New Issue
Block a user