Skip to content

Commit

Permalink
Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Oct 25, 2021
1 parent 4d4c5a2 commit 2221621
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.journeyapps.barcodescanner;

import android.annotation.SuppressLint;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
Expand Down Expand Up @@ -74,7 +73,7 @@ public ViewfinderView(Context context, AttributeSet attrs) {

Resources resources = getResources();

// Get setted attributes on view
// Get set attributes on view
TypedArray attributes = getContext().obtainStyledAttributes(attrs, R.styleable.zxing_finder);

this.maskColor = attributes.getColor(R.styleable.zxing_finder_zxing_viewfinder_mask,
Expand Down

0 comments on commit 2221621

Please sign in to comment.