浏览代码

强制结束后 恢复强制结束

master
fyf 1年前
父节点
当前提交
6165d95337
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      app/src/main/java/com/bonait/bnframework/modules/home/activity/BottomNavigationNewActivity.java
  2. +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();//设置恢复强制结束
}
}
});


正在加载...
取消
保存