Loading src/com/owncloud/android/lib/common/network/WebdavEntry.java +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ public class WebdavEntry { prop = propSet.get(EXTENDED_PROPERTY_FAVORITE, Namespace.getNamespace(NAMESPACE_OC)); if (prop != null) { String favoriteValue = (String) prop.getValue(); if (favoriteValue.equals("1")) { if ("1".equals(favoriteValue)) { mIsFavorite = true; } else { mIsFavorite = false; Loading Loading
src/com/owncloud/android/lib/common/network/WebdavEntry.java +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ public class WebdavEntry { prop = propSet.get(EXTENDED_PROPERTY_FAVORITE, Namespace.getNamespace(NAMESPACE_OC)); if (prop != null) { String favoriteValue = (String) prop.getValue(); if (favoriteValue.equals("1")) { if ("1".equals(favoriteValue)) { mIsFavorite = true; } else { mIsFavorite = false; Loading