Skip to content

Commit

Permalink
refactor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Laux committed Sep 2, 2019
1 parent 3f300d6 commit 18586d7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import android.widget.RadioGroup;
import android.widget.RelativeLayout;

import com.google.android.gms.vision.barcode.Barcode;
import com.google.firebase.ml.vision.barcode.FirebaseVisionBarcode;

import org.json.JSONArray;
Expand Down Expand Up @@ -49,9 +48,7 @@
import io.anyline.view.AbstractBaseScanViewPlugin;
import io.anyline.view.CutoutRect;
import io.anyline.view.ScanView;
import io.anyline.view.ScanViewPluginComposite;
import io.anyline.view.SerialScanViewComposite;
//import io.anyline.view.ScanViewPlugin;

public class Anyline4Activity extends AnylineBaseActivity {
private static final String TAG = Anyline4Activity.class.getSimpleName();
Expand Down Expand Up @@ -534,5 +531,3 @@ public void onCheckedChanged(RadioGroup group, int checkedId) {
}

}


0 comments on commit 18586d7

Please sign in to comment.