X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/75ae57b6d34e000d6a9fc89d6d767a7c258b1e32..d0767f1a4f45c5ab5ef57fa609688e2a1cc56b36:/src/com/owncloud/android/ui/preview/PreviewImageActivity.java diff --git a/src/com/owncloud/android/ui/preview/PreviewImageActivity.java b/src/com/owncloud/android/ui/preview/PreviewImageActivity.java index b090316f..62dc8cf6 100644 --- a/src/com/owncloud/android/ui/preview/PreviewImageActivity.java +++ b/src/com/owncloud/android/ui/preview/PreviewImageActivity.java @@ -328,23 +328,6 @@ public class PreviewImageActivity extends SherlockFragmentActivity implements Fi } } - @Override - public void notifySuccessfulDownload(OCFile file, Intent intent, boolean success) { - /* - if (success) { - if (mWaitingToPreview != null && mWaitingToPreview.equals(file)) { - mWaitingToPreview = null; - int position = mViewPager.getCurrentItem(); - mPreviewImagePagerAdapter.updateFile(position, file); - Log.e(TAG, "BEFORE NOTIFY DATA SET CHANGED"); - mPreviewImagePagerAdapter.notifyDataSetChanged(); - Log.e(TAG, "AFTER NOTIFY DATA SET CHANGED"); - } - } - */ - } - - /** * This method will be invoked when a new page becomes selected. Animation is not necessarily complete. *