mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
Fix var name in comment
This commit is contained in:
parent
0e7496c233
commit
bc04df153d
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class EditShareFragment extends Fragment {
|
||||||
boolean areEditOptionsAvailable = !isFederated || isNotReshareableFederatedSupported;
|
boolean areEditOptionsAvailable = !isFederated || isNotReshareableFederatedSupported;
|
||||||
|
|
||||||
if (mFile.isFolder() && areEditOptionsAvailable) {
|
if (mFile.isFolder() && areEditOptionsAvailable) {
|
||||||
/// TODO change areEditOptionsAllowed in order to delete !isFederated
|
/// TODO change areEditOptionsAvailable in order to delete !isFederated
|
||||||
// from checking when iOS is ready
|
// from checking when iOS is ready
|
||||||
compound = (CompoundButton) editShareView.findViewById(R.id.canEditCreateCheckBox);
|
compound = (CompoundButton) editShareView.findViewById(R.id.canEditCreateCheckBox);
|
||||||
compound.setChecked((sharePermissions & OCShare.CREATE_PERMISSION_FLAG) > 0);
|
compound.setChecked((sharePermissions & OCShare.CREATE_PERMISSION_FLAG) > 0);
|
||||||
|
|
Loading…
Reference in a new issue