Commit 002c8477 by pye52

Merge branch 'develop' into rel-1.3.6

parents 54ea5746 e31ff44e
......@@ -293,6 +293,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
public void onChanged(WorkInfo workInfo) {
if (workInfo == null) {
settingLayout.animate().setDuration(50).alpha(0f);
reset();
return;
}
LogUtils.d(TAG, "\n任务: " + (runningCommand != null ? runningCommand.toString() : "null") +
......
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 sign in to comment