Commit b3265ee4 authored by liuyang's avatar liuyang

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

#BYLSERVER-1693
parent 00e31023
...@@ -72,6 +72,7 @@ class MainActivity : AppCompatActivity(), IAppBaseCallback { ...@@ -72,6 +72,7 @@ class MainActivity : AppCompatActivity(), IAppBaseCallback {
} }
startBtn.requestFocus() startBtn.requestFocus()
stopBtn.isEnabled = false
stopBtn.setOnClickListener{ stopBtn.setOnClickListener{
stop() stop()
} }
......
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