mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 00:16:09 +00:00
Merge pull request #108 from owncloud/stable
Update master with release 0.9.10
This commit is contained in:
commit
4eb15976ea
@ -43,7 +43,8 @@ public enum ShareType {
|
||||
GROUP (1),
|
||||
PUBLIC_LINK (3),
|
||||
EMAIL (4),
|
||||
CONTACT (5);
|
||||
CONTACT (5),
|
||||
FEDERATED (6);
|
||||
|
||||
private int value;
|
||||
|
||||
@ -72,6 +73,8 @@ public enum ShareType {
|
||||
return EMAIL;
|
||||
case 5:
|
||||
return CONTACT;
|
||||
case 6:
|
||||
return FEDERATED;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user