Skip to content

Conversation

@tobiasKaminsky
Copy link
Member

Needed for nextcloud/android#2206

Signed-off-by: tobiasKaminsky tobias@kaminsky.me

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
prop = propSet.get(EXTENDED_PROPERTY_MOUNT_TYPE, Namespace.getNamespace(NAMESPACE_NC));
if (prop != null) {
String mountTypeValue = (String) prop.getValue();
if ("external".equals(mountTypeValue)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be shortened to if ("external".equals((String) prop.getValue())) {

@AndyScherzinger
Copy link
Member

AndyScherzinger commented Feb 21, 2018

👍 Just two minor comments

Approved with PullApprove

@tobiasKaminsky
Copy link
Member Author

Accidently merged and reverted, so please use #131

@tobiasKaminsky tobiasKaminsky deleted the externalFolderIcon branch February 21, 2018 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants