Fix a rebase issue

This commit is contained in:
Mario Danic 2017-01-31 10:35:13 +01:00 committed by AndyScherzinger
parent 4a0f85e553
commit e92eaf5694
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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
*/