Gate update/download warnings to non-stable flavors

This commit is contained in:
arkon
2022-04-10 11:52:24 -04:00
parent 445ee274c5
commit 4ecde9fc39
9 changed files with 18 additions and 9 deletions

View File

@@ -68,7 +68,8 @@ abstract class SearchableNucleusController<VB : ViewBinding, P : BasePresenter<*
editable.getSpans(0, editable.length, CharacterStyle::class.java)
.forEach { editable.removeSpan(it) }
}
},)
},
)
searchView.queryTextEvents()
.onEach {

View File

@@ -363,7 +363,8 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() {
override fun onStopTrackingTouch(slider: Slider) {
isScrollingThroughPages = false
}
},)
},
)
binding.pageSlider.addOnChangeListener { slider, value, fromUser ->
if (viewer != null && fromUser) {
isScrollingThroughPages = true

View File

@@ -54,7 +54,8 @@ class ReaderSettingsSheet(
activity.setMenuVisibility(!isFilterTab)
}
}
},)
},
)
if (showColorFilterSettings) {
binding.tabs.getTabAt(filterTabIndex)?.select()