ソースを参照

强制结束后 恢复强制结束

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();//设置恢复强制结束
}
}
});


読み込み中…
キャンセル
保存