Skip to content

Commit cd4c635

Browse files
dkzwmthagikura
authored andcommitted
Remove unnecessary super method calls (google#402)
1 parent 76d203b commit cd4c635

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

flexbox/src/main/java/com/google/android/flexbox/FlexboxLayout.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ public FlexboxLayout(Context context, AttributeSet attrs, int defStyleAttr) {
253253

254254
@Override
255255
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
256-
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
257-
258256
if (mOrderCache == null) {
259257
mOrderCache = new SparseIntArray(getChildCount());
260258
}

0 commit comments

Comments
 (0)