Fix var name in comment

This commit is contained in:
jabarros 2016-09-20 12:39:23 +02:00 committed by AndyScherzinger
parent 0e7496c233
commit bc04df153d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

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