فهرست منبع

Fix a rebase issue

Mario Danic 8 سال پیش
والد
کامیت
e92eaf5694
1فایلهای تغییر یافته به همراه0 افزوده شده و 18 حذف شده
  1. 0 18
      src/com/owncloud/android/ui/preview/PreviewImageFragment.java

+ 0 - 18
src/com/owncloud/android/ui/preview/PreviewImageFragment.java

@@ -405,24 +405,6 @@ public class PreviewImageFragment extends FileFragment {
          */
         private final WeakReference<ImageViewCustom> mImageViewRef;
 
-        /**
-         * Weak reference to the target {@link TextView} where error messages will be written.
-         *
-         * Using a weak reference will avoid memory leaks if the target ImageView is retired from
-         * memory before the load finishes.
-         */
-        private final WeakReference<TextView> mMessageViewRef;
-
-
-        /**
-         * Weak reference to the target {@link ProgressBar} shown while the load is in progress.
-         *
-         * Using a weak reference will avoid memory leaks if the target ImageView is retired from
-         * memory before the load finishes.
-         */
-        private final WeakReference<ProgressBar> mProgressWheelRef;
-
-
         /**
          * Error message to show when a load fails
          */