Don't show completed notification if download error notification was shown

This commit is contained in:
arkon
2020-08-02 10:33:56 -04:00
parent 9e396e1624
commit 2ef277bcef
3 changed files with 17 additions and 15 deletions

View File

@@ -238,7 +238,7 @@ class ReaderActivity : BaseRxActivity<ReaderActivityBinding, ReaderPresenter>()
R.id.action_settings -> ReaderSettingsSheet(this).show()
R.id.action_custom_filter -> {
val sheet = ReaderColorFilterSheet(this)
// Remove dimmed backdrop so changes can be previewd
// Remove dimmed backdrop so changes can be previewed
.apply { window?.setDimAmount(0f) }
// Hide toolbars while sheet is open for better preview