Commit 67ef630e6cf3a4514755de4bb27fcb798306f0c1

Authored by 李攀
1 parent 01aa88c8

basic modify

1   -# 青柠UMS ![logo](./screenshot/ic_launcher.png)
  1 +# 青柠UMS
2 2
3 3 ---
4 4
... ... @@ -32,4 +32,4 @@ json格式。
32 32
33 33
34 34 ## 其他
35   -界面操作,db,文件扫描等参见影吧相关文档
\ No newline at end of file
  35 +界面操作,db,文件扫描,广告更新等参见影吧相关文档
\ No newline at end of file
... ...
... ... @@ -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