commit
c2a65c71e1
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class DownloadFragment : BaseRxFragment<DownloadPresenter>() {
|
|||
isRunning = running
|
||||
startButton?.isVisible = !running && !presenter.downloadQueue.isEmpty()
|
||||
pauseButton?.isVisible = running
|
||||
clearButton?.isVisible = running
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue