android-zxingLibrary icon indicating copy to clipboard operation
android-zxingLibrary copied to clipboard

重新扫描

Open shichunlei opened this issue 7 years ago • 4 comments

哪个方法可以开启重新扫描?(在扫描页,扫描完后可以继续扫描)

shichunlei avatar Dec 13 '17 08:12 shichunlei

同问,解决了吗

githubxiaoou avatar Jan 15 '18 06:01 githubxiaoou

@shichunlei @githubxiaoou 请问你们解决了吗?

zhangyunpenggithub avatar Jan 24 '18 07:01 zhangyunpenggithub

CaptureFragment.java

fyi,忙,勿回。

在 2018年1月24日,下午3:10,zhangyunpenggithub [email protected] 写道:

@shichunlei https://github.com/shichunlei @githubxiaoou https://github.com/githubxiaoou 请问你们解决了吗?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yipianfengye/android-zxingLibrary/issues/177#issuecomment-360040709, or mute the thread https://github.com/notifications/unsubscribe-auth/AQuqi6gYXWpdXK_8Eb5QpdEljD9fIHqQks5tNtdNgaJpZM4RAKNM.

githubxiaoou avatar Jan 24 '18 07:01 githubxiaoou

Message obtain = Message.obtain(); obtain.what=R.id.restart_preview; captureFragment.getHandler().sendMessageDelayed(obtain, 500);

s123Simple avatar Jan 30 '18 05:01 s123Simple