mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 00:16:09 +00:00
Improve comments
This commit is contained in:
parent
bcb6c2c106
commit
137a892d2e
@ -195,7 +195,7 @@ public class UpdateRemoteShareOperation extends RemoteOperation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// IMPORTANT: permissions parameter needs to be updated after mPublicUpload parameter,
|
// IMPORTANT: permissions parameter needs to be updated after mPublicUpload parameter,
|
||||||
// otherwise they would be set as 1 (READ) in the server when mPublicUpload was updated
|
// otherwise they would be set always as 1 (READ) in the server when mPublicUpload was updated
|
||||||
if (mPermissions > 0) {
|
if (mPermissions > 0) {
|
||||||
// set permissions
|
// set permissions
|
||||||
parametersToUpdate.add(new Pair<>(PARAM_PERMISSIONS, Integer.toString(mPermissions)));
|
parametersToUpdate.add(new Pair<>(PARAM_PERMISSIONS, Integer.toString(mPermissions)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user