mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Oops, appears I accidentally committed a typo -- addressing that
git-svn-id: https://zxing.googlecode.com/svn/trunk@811 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
29f9ff964c
commit
3fc5820213
|
@ -66,7 +66,7 @@ import java.io.IOException;
|
|||
* The barcode reader activity itself. This is loosely based on the CameraPreview
|
||||
* example included in the Android SDK.
|
||||
*/
|
||||
public final class DECaptureActivity extends Activity implements SurfaceHolder.Callback {
|
||||
public final class CaptureActivity extends Activity implements SurfaceHolder.Callback {
|
||||
|
||||
private static final int SHARE_ID = Menu.FIRST;
|
||||
private static final int SETTINGS_ID = Menu.FIRST + 1;
|
||||
|
|
Loading…
Reference in a new issue