Commit 109428e6 by pye52

Merge branch 'develop'

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