bug 修改

This commit is contained in:
2024-04-07 16:41:32 +08:00
parent 3e4af1c2d1
commit 5f9b5cd2e5
2 changed files with 7 additions and 1 deletions

View File

@ -100,14 +100,19 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
break;
case ZEBRA_TECHNOLOGIES:
adapter = new ZebraAdapter(this, this);
break;
case HISENSE:
adapter = new HisenseAdapter(this, this);
break;
case LACHESIS:
adapter = new LachesisAdapter(this, this);
break;
case UROVO:
adapter = new UrovoAdapter(this, this);
break;
case HKWS:
adapter = new HkwsAdapter(this, this);
break;
}
if (null != adapter) {
adapter.start();