Skip to content

Commit

Permalink
Do not pass XML attributes to default SSIV
Browse files Browse the repository at this point in the history
Customize attributes with customSsivId instead.
  • Loading branch information
talklittle committed Oct 25, 2017
1 parent 9eabb87 commit 2325ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public BigImageView(Context context, AttributeSet attrs, int defStyleAttr) {
array.recycle();

if (mCustomSsivId == 0) {
mImageView = new SubsamplingScaleImageView(context, attrs);
mImageView = new SubsamplingScaleImageView(context);
addView(mImageView);
}

Expand Down

0 comments on commit 2325ab1

Please sign in to comment.