Commit 95d297ad authored by liuyang's avatar liuyang

APK抓包>从频道1开始依次抓取, 修复抓包等待时间停止任务,重新开始后之前的任务仍在执行问题

#BYLSERVER-1693
parent b3265ee4
...@@ -89,6 +89,7 @@ class MainActivity : AppCompatActivity(), IAppBaseCallback { ...@@ -89,6 +89,7 @@ class MainActivity : AppCompatActivity(), IAppBaseCallback {
private fun start() { private fun start() {
startBtn.isEnabled = false startBtn.isEnabled = false
stopBtn.isEnabled = true
if (TaskManager.instance.tasks.size > 0) { if (TaskManager.instance.tasks.size > 0) {
startRobot() startRobot()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment