This website works better with JavaScript.
首頁
探索
說明
註冊
登入
fyf
/
AndroidSmartClient
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
瀏覽代碼
强制结束后 恢复强制结束
master
fyf
1 年之前
父節點
9069846c21
當前提交
6165d95337
共有
2 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/src/main/java/com/bonait/bnframework/modules/home/activity/BottomNavigationNewActivity.java
+1
-0
app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java
+ 1
- 0
app/src/main/java/com/bonait/bnframework/modules/home/activity/BottomNavigationNewActivity.java
查看文件
@@ -420,6 +420,7 @@ public class BottomNavigationNewActivity extends BaseActivity {
{
ExecuteTheRecipe.WriteMainPLC("强制结束任务完成", true, null);//复位
}
ExecuteTheRecipe.StopForcedEnd();//设置恢复强制结束
}
}
});
+ 1
- 0
app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java
查看文件
@@ -627,6 +627,7 @@ public class Home1Fragment extends BaseFragment {
{
ExecuteTheRecipe.WriteMainPLC("强制结束任务完成", true, null);//复位
}
ExecuteTheRecipe.StopForcedEnd();//设置恢复强制结束
}
}
});
Write
Preview
Loading…
取消
儲存