fix start/pause buttons disappear when screen goes off
* fix start/pause buttons disappear, issued by RecyclerView re-draw * show start/pause buttons in pair to avoid confusions
This commit is contained in:
parent
5a6a6bcc78
commit
0375194e7d
4 changed files with 44 additions and 20 deletions
|
|
@ -666,9 +666,9 @@ public class DownloadManager {
|
|||
continue;
|
||||
|
||||
if (mission.running)
|
||||
paused = true;
|
||||
else
|
||||
running = true;
|
||||
else
|
||||
paused = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue