Fix a small bug

This commit is contained in:
Mario Danic 2017-01-24 14:47:42 +01:00 committed by AndyScherzinger
parent 33bac40563
commit a241447df0
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -632,6 +632,7 @@ public class PreviewImageFragment extends FileFragment {
layerDrawable.setDrawableByLayerId(layerDrawable.getId(0), layerOne);
mImageView.setImageDrawable(layerDrawable);
mImageView.invalidate();
}
}