|
@@ -174,7 +174,7 @@ public class EditShareFragment extends Fragment {
|
|
|
boolean areEditOptionsAvailable = !isFederated || isNotReshareableFederatedSupported;
|
|
|
|
|
|
if (mFile.isFolder() && areEditOptionsAvailable) {
|
|
|
-
|
|
|
+
|
|
|
|
|
|
compound = (CompoundButton) editShareView.findViewById(R.id.canEditCreateCheckBox);
|
|
|
compound.setChecked((sharePermissions & OCShare.CREATE_PERMISSION_FLAG) > 0);
|