if (mFile.getRemotePath().equals(downloadedRemotePath)) {\r
if (downloadWasFine) {\r
mFile = mStorageManager.getFileByPath(downloadedRemotePath);\r
+ mContainerActivity.notifySuccessfulDownload(mFile);\r
+ getActivity().removeStickyBroadcast(intent);\r
}\r
updateFileDetails(false); // it updates the buttons; must be called although !downloadWasFine\r
}\r