Suppress inspection
This commit is contained in:
parent
14718a9f51
commit
0c4a08ac56
|
@ -27,6 +27,7 @@ public class SquareImageView extends AppCompatImageView {
|
||||||
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
|
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
|
||||||
|
|
||||||
int width = getMeasuredWidth();
|
int width = getMeasuredWidth();
|
||||||
|
//noinspection SuspiciousNameCombination
|
||||||
setMeasuredDimension(width, width);
|
setMeasuredDimension(width, width);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue