mirror of
https://github.com/nextcloud/android.git
synced 2024-12-21 00:12:05 +03:00
Fix a rebase issue
This commit is contained in:
parent
4a0f85e553
commit
e92eaf5694
1 changed files with 0 additions and 18 deletions
|
@ -405,24 +405,6 @@ public class PreviewImageFragment extends FileFragment {
|
||||||
*/
|
*/
|
||||||
private final WeakReference<ImageViewCustom> mImageViewRef;
|
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
|
* Error message to show when a load fails
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue