t.show();
}
}
-
- protected void updateFileFromDB(){
- OCFile file = getFile();
- if (file != null) {
- file = getStorageManager().getFileByPath(file.getRemotePath());
- setFile(file);
- }
- }
-
-
-
private void onSynchronizeFileOperationFinish(SynchronizeFileOperation operation,
RemoteOperationResult result) {
}
}
+ protected void updateFileFromDB(){
+ OCFile file = getFile();
+ if (file != null) {
+ file = getStorageManager().getFileByPath(file.getRemotePath());
+ setFile(file);
+ }
+ }
+
+
/**
* Show loading dialog
*/