changed (hopefully) everything to new List with TextEditingControllers
time forgot to save sth ig
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -85,8 +85,7 @@ class KarteState extends State<Karte> {
|
||||
widget.onPositionChange(updatedPosition!);
|
||||
});
|
||||
}
|
||||
// ignore: use_build_context_synchronously
|
||||
Navigator.pop(context);
|
||||
if (context.mounted) Navigator.pop(context);
|
||||
},
|
||||
child: const Icon(Icons.save),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user