Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Sep 28, 2017
1 parent bd876fe commit 0aa03da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public CodeScannerView(@NonNull Context context, @Nullable AttributeSet attrs,
public CodeScannerView(Context context, AttributeSet attrs, @AttrRes int defStyleAttr,
@StyleRes int defStyleRes) {
super(context, attrs, defStyleAttr, defStyleRes);
initialize(context, attrs, defStyleAttr, defStyleRes);
}

private void initialize(@NonNull Context context, @Nullable AttributeSet attrs,
Expand Down

0 comments on commit 0aa03da

Please sign in to comment.