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

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

flip equals

parent 1882f9b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ public class WebdavEntry {
    }

    public boolean isDirectory() {
        return contentType.equals("DIR");
        return "DIR".equals(contentType);
    }

    public String contentType() {