mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Update gradle version
This commit is contained in:
-1
@@ -47,7 +47,6 @@ enum class ShareType constructor(val value: Int) {
|
|||||||
FEDERATED(6);
|
FEDERATED(6);
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
||||||
fun fromValue(value: Int): ShareType? {
|
fun fromValue(value: Int): ShareType? {
|
||||||
return when (value) {
|
return when (value) {
|
||||||
-1 -> NO_SHARED
|
-1 -> NO_SHARED
|
||||||
|
|||||||
Reference in New Issue
Block a user