Loading src/com/owncloud/android/lib/common/network/WebdavEntry.java +1 −2 Original line number Diff line number Diff line Loading @@ -227,8 +227,7 @@ public class WebdavEntry { // NC mount-type property <nc:mount-type> prop = propSet.get(EXTENDED_PROPERTY_MOUNT_TYPE, Namespace.getNamespace(NAMESPACE_NC)); if (prop != null) { String mountTypeValue = (String) prop.getValue(); if ("external".equals(mountTypeValue)) { if ("external".equals(prop.getValue())) { mMountType = MountType.EXTERNAL; } else { mMountType = MountType.INTERNAL; Loading src/com/owncloud/android/lib/resources/files/RemoteFile.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ public class RemoteFile implements Parcelable, Serializable { private long mSize; private boolean mIsFavorite; private boolean mIsEncrypted; WebdavEntry.MountType mMountType; private WebdavEntry.MountType mMountType; /** * Getters and Setters. Loading Loading
src/com/owncloud/android/lib/common/network/WebdavEntry.java +1 −2 Original line number Diff line number Diff line Loading @@ -227,8 +227,7 @@ public class WebdavEntry { // NC mount-type property <nc:mount-type> prop = propSet.get(EXTENDED_PROPERTY_MOUNT_TYPE, Namespace.getNamespace(NAMESPACE_NC)); if (prop != null) { String mountTypeValue = (String) prop.getValue(); if ("external".equals(mountTypeValue)) { if ("external".equals(prop.getValue())) { mMountType = MountType.EXTERNAL; } else { mMountType = MountType.INTERNAL; Loading
src/com/owncloud/android/lib/resources/files/RemoteFile.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ public class RemoteFile implements Parcelable, Serializable { private long mSize; private boolean mIsFavorite; private boolean mIsEncrypted; WebdavEntry.MountType mMountType; private WebdavEntry.MountType mMountType; /** * Getters and Setters. Loading