// Show a Message, operation finished without success
message = res.getString(R.string.move_file_error);
}
} else if (operation instanceof SynchronizeFolderOperation) {
if (!result.isSuccess()) {
// Show a Message, operation finished without success
message = res.getString(R.string.move_file_error);
}
} else if (operation instanceof SynchronizeFolderOperation) {
if (!result.isSuccess()) {