mirror of
https://github.com/nextcloud/android.git
synced 2024-12-20 16:02:01 +03:00
Fix a small bug
This commit is contained in:
parent
33bac40563
commit
a241447df0
1 changed files with 1 additions and 0 deletions
|
@ -632,6 +632,7 @@ public class PreviewImageFragment extends FileFragment {
|
|||
layerDrawable.setDrawableByLayerId(layerDrawable.getId(0), layerOne);
|
||||
|
||||
mImageView.setImageDrawable(layerDrawable);
|
||||
mImageView.invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue