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

Unverified Commit b62ce1ac authored by Mario Danic's avatar Mario Danic Committed by AndyScherzinger
Browse files

Update comparison

parent 1782eb84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;