移除无用代码
This commit is contained in:
parent
6d084c92e4
commit
87b70e2197
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -257,14 +257,6 @@ public class MainActivity extends AppCompatActivity {
|
||||||
AutoJsUtil.flag = true;
|
AutoJsUtil.flag = true;
|
||||||
|
|
||||||
while (isRunning) {
|
while (isRunning) {
|
||||||
// synchronized (taskLock) {
|
|
||||||
// while (!AutoJsUtil.flag && isRunning) {
|
|
||||||
// taskLock.wait(30000);
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
//
|
|
||||||
// AutoJsUtil.flag = false;
|
|
||||||
// }
|
|
||||||
if (!isRunning) break;
|
if (!isRunning) break;
|
||||||
|
|
||||||
// 从队列中获取最新的 scriptResult
|
// 从队列中获取最新的 scriptResult
|
||||||
|
|
Loading…
Reference in New Issue