mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-23 13:23:28 +03:00
Hide clear button
Hide the clear butten when all downloads have finished.
This commit is contained in:
parent
e1448eaeda
commit
f856386bf7
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
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue