mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Fix small bug.
This commit is contained in:
parent
74db60cfe7
commit
a3500635f3
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
});
|
||||
|
||||
// Launch scan
|
||||
public void onButtonClick() {
|
||||
public void onButtonClick(View v) {
|
||||
Log.d(TAG, "add medication");
|
||||
ScanOptions options = new ScanOptions();
|
||||
options.setDesiredBarcodeFormats(ScanOptions.DATA_MATRIX, ScanOptions.CODE_39,
|
||||
|
|
Loading…
Reference in a new issue