Showing
2 changed files
with
3 additions
and
3 deletions
| ... | ... | @@ -48,7 +48,7 @@ public class QrCodeShowActivity extends Activity implements IUpdateQrCodeView { |
| 48 | 48 | @Override |
| 49 | 49 | public void run() { |
| 50 | 50 | //日志显示,没有结束,以此确保20min后关闭相关 |
| 51 | - if (updateCount++ == 2) { | |
| 51 | + if (updateCount++ == 1) { | |
| 52 | 52 | LogUtils.i("closeSystem"); |
| 53 | 53 | LightOperationUtils.close(); |
| 54 | 54 | LightOperationUtils.setLightValue(5); | ... | ... |
Please
register
or
login
to post a comment