Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

fix wrong ScaleType init error #167

Merged
merged 1 commit into from
Aug 3, 2016

Conversation

peacepassion
Copy link
Contributor

fix issue #166

@@ -74,7 +74,7 @@
private boolean mMutateBackground = false;
private int mResource;
private int mBackgroundResource;
private ScaleType mScaleType = ScaleType.FIT_CENTER;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If set init value for mScaleType and no android:scaleType set in xml, ImageView#init() would not call setScaleType() and in RoundedImageView constructor setScaleType would be called but super.setScaleType() cannot be called.
image

And that leads to the issue bug.

@vinc3m1 vinc3m1 merged commit cdfd169 into vinc3m1:master Aug 3, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants