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