mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
Fix var name in comment
This commit is contained in:
parent
712b83dc0e
commit
c41e968e73
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class EditShareFragment extends Fragment {
|
|||
boolean areEditOptionsAvailable = !isFederated || isNotReshareableFederatedSupported;
|
||||
|
||||
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
|
||||
compound = (CompoundButton) editShareView.findViewById(R.id.canEditCreateCheckBox);
|
||||
compound.setChecked((sharePermissions & OCShare.CREATE_PERMISSION_FLAG) > 0);
|
||||
|
|
Loading…
Reference in a new issue