mobile: Integrate with server

This commit is contained in:
Elias Projahn 2020-04-26 15:35:45 +02:00
parent 60a474ea56
commit c93ebf17a0
20 changed files with 751 additions and 740 deletions

View file

@ -45,7 +45,7 @@ class _PersonEditorState extends State<PersonEditor> {
lastName: lastNameController.text,
);
await backend.db.updatePerson(person);
await backend.client.putPerson(person);
Navigator.pop(context, person);
},
),