Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # .idea/libraries/Flutter_Plugins.xml
This commit is contained in:
@ -161,7 +161,7 @@ class _FileElementState extends State<FileElement> {
|
||||
content: "Das Element wird unwiederruflich gelöscht.",
|
||||
onConfirm: () {
|
||||
WebdavApi.webdav
|
||||
.then((value) => value.delete(widget.file.path))
|
||||
.then((value) => value.delete(Uri.parse(widget.file.path)))
|
||||
.then((value) => widget.refetch());
|
||||
}
|
||||
));
|
||||
|
Reference in New Issue
Block a user