Loading src/com/owncloud/android/lib/common/network/WebdavEntry.java +1 −1 Original line number Diff line number Diff line Loading @@ -319,7 +319,7 @@ public class WebdavEntry { } public boolean isDirectory() { return contentType.equals("DIR"); return "DIR".equals(contentType); } public String contentType() { Loading Loading
src/com/owncloud/android/lib/common/network/WebdavEntry.java +1 −1 Original line number Diff line number Diff line Loading @@ -319,7 +319,7 @@ public class WebdavEntry { } public boolean isDirectory() { return contentType.equals("DIR"); return "DIR".equals(contentType); } public String contentType() { Loading