add the action in the context menu
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / fragment / FileDetailFragment.java
index 4f099e4..7983c27 100644 (file)
@@ -282,6 +282,7 @@ public class FileDetailFragment extends FileFragment implements OnClickListener
     
     
     private void toggleKeepInSync() {
+        Log_OC.e(TAG, "toggleKeepInSync");
         CheckBox cb = (CheckBox) getView().findViewById(R.id.fdKeepInSync);
         OCFile file = getFile();
         file.setKeepInSync(cb.isChecked());