You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/status/GetRemoteCapabilitiesOperation.kt
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ class GetRemoteCapabilitiesOperation : RemoteOperation<RemoteCapability>() {
79
79
return result
80
80
}
81
81
82
-
Timber.d("Successful response: "+response!!)
82
+
Timber.d("Successful response: $response")
83
83
84
84
// Parse the response
85
85
val respJSON =JSONObject(response)
@@ -124,11 +124,6 @@ class GetRemoteCapabilitiesOperation : RemoteOperation<RemoteCapability>() {
124
124
respFilesSharing.getBoolean(PROPERTY_API_ENABLED)
125
125
)
126
126
}
127
-
if (respFilesSharing.has(PROPERTY_SEARCH_MIN_LENGTH)) {
0 commit comments