mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-17 19:38:03 -05:00
Correct log statement when entering barcode manually
This commit is contained in:
@@ -451,7 +451,7 @@ public class LoyaltyCardEditActivity extends AppCompatActivity
|
||||
|
||||
if(requestCode == SELECT_BARCODE_REQUEST && resultCode == Activity.RESULT_OK)
|
||||
{
|
||||
Log.i(TAG, "Received barcode information from capture");
|
||||
Log.i(TAG, "Received barcode information from typing it");
|
||||
|
||||
contents = intent.getStringExtra(BarcodeSelectorActivity.BARCODE_CONTENTS);
|
||||
format = intent.getStringExtra(BarcodeSelectorActivity.BARCODE_FORMAT);
|
||||
|
||||
Reference in New Issue
Block a user