Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit caf9e0ee authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

fix search

parent 70f0f445
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ public class WebDavFileUtils {
        String stripString = client.getWebdavUri().getPath();
        if (isSearchOperation && username != null) {
            stripString = stripString.substring(0, stripString.lastIndexOf("/")) + "/dav/files/" + username;
            stripString = stripString.replaceAll(" ", "%20");
        }

        // loop to update every child