- if (mAccount != null) {
- OCFile file = ((FileActivity)getActivity()).getStorageManager().
- getFileByPath(getFile().getRemotePath());
- if (file != null) {
- setFile(file);
- }
- }
+ // TODO: Remove this code. (Updated no needed)
+// if (mAccount != null) {
+// OCFile file = ((FileActivity)getActivity()).getStorageManager().
+// getFileByPath(getFile().getRemotePath());
+// if (file != null) {
+// setFile(file);
+// }
+// }