yipianfengye / android-zxingLibrary

几行代码快速集成二维码扫描功能
5k stars 1.04k forks source link

重新扫描 #177

Open shichunlei opened 6 years ago

shichunlei commented 6 years ago

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

githubxiaoou commented 6 years ago

同问,解决了吗

zhangyunpenggithub commented 6 years ago

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

githubxiaoou commented 6 years ago

CaptureFragment.java

fyi,忙,勿回。

在 2018年1月24日,下午3:10,zhangyunpenggithub notifications@github.com 写道:

@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.

s123Simple commented 6 years ago

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