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

@ -42,7 +42,7 @@ class _EnsembleEditorState extends State<EnsembleEditor> {
name: nameController.text,
);
await backend.db.updateEnsemble(ensemble);
await backend.client.putEnsemble(ensemble);
Navigator.pop(context, ensemble);
},
)