mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-27 08:16:36 +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
|
isRunning = running
|
||||||
startButton?.isVisible = !running && !presenter.downloadQueue.isEmpty()
|
startButton?.isVisible = !running && !presenter.downloadQueue.isEmpty()
|
||||||
pauseButton?.isVisible = running
|
pauseButton?.isVisible = running
|
||||||
|
clearButton?.isVisible = running
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue