mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
(undo one unintentional change)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2126 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
8eb473fc40
commit
e2620cef49
|
@ -440,12 +440,12 @@ public final class CaptureActivity extends Activity implements SurfaceHolder.Cal
|
|||
inactivityTimer.onActivity();
|
||||
lastResult = rawResult;
|
||||
ResultHandler resultHandler = ResultHandlerFactory.makeResultHandler(this, rawResult);
|
||||
historyManager.addHistoryItem(rawResult, resultHandler);
|
||||
|
||||
if (barcode == null) {
|
||||
// This is from history -- no saved barcode
|
||||
handleDecodeInternally(rawResult, resultHandler, null);
|
||||
} else {
|
||||
historyManager.addHistoryItem(rawResult, resultHandler);
|
||||
beepManager.playBeepSoundAndVibrate();
|
||||
drawResultPoints(barcode, rawResult);
|
||||
switch (source) {
|
||||
|
|
Loading…
Reference in a new issue