This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fyf
/
AndroidSmartClient
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
优化444
茶饮新(现场)
fyf
1 year ago
parent
7ae8fe354a
commit
02e86536e3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java
+1
-1
app/src/main/java/com/bonait/bnframework/modules/home/fragment/from/fragment/JiaoYan_lsjy_fragment.java
+ 1
- 1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java
View File
@@ -403,7 +403,7 @@ public class ExecuteTheRecipe {
ToastUtils.error("异常信息:" + ex.getMessage());
IsMakeGood=false;
}
Thread.sleep(
1
00);
Thread.sleep(
5
00);
}
@Override
public void RunComplete() throws InterruptedException {
+ 1
- 1
app/src/main/java/com/bonait/bnframework/modules/home/fragment/from/fragment/JiaoYan_lsjy_fragment.java
View File
@@ -420,7 +420,7 @@ public class JiaoYan_lsjy_fragment extends BaseFragment {
}
}
Thread.sleep(
1
00);
Thread.sleep(
2
00);
} catch (InterruptedException e) {
}
}
Write
Preview
Loading…
Cancel
Save