1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Update gradle version

This commit is contained in:
davigonz 2019-07-12 11:51:08 +02:00
parent ebf1a08508
commit 66490ff2b0

View File

@ -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