|
|
@ -235,7 +235,7 @@ public class AdapterMedia extends RecyclerView.Adapter<AdapterMedia.ViewHolder>
|
|
|
|
args.putString("barcode_text", Helper.getPrintableString(result.getText(), false));
|
|
|
|
args.putString("barcode_text", Helper.getPrintableString(result.getText(), false));
|
|
|
|
args.putString("barcode_format", result.getBarcodeFormat().name());
|
|
|
|
args.putString("barcode_format", result.getBarcodeFormat().name());
|
|
|
|
} catch (NotFoundException ex) {
|
|
|
|
} catch (NotFoundException ex) {
|
|
|
|
Log.w(ex);
|
|
|
|
Log.i(ex);
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
Log.e(ex);
|
|
|
|
Log.e(ex);
|
|
|
|
}
|
|
|
|
}
|
|
|
|