Fix Reder PR build errors
This commit is contained in:
parent
295af5306b
commit
b0981a00bd
@ -402,19 +402,19 @@ class ReaderActivity : BaseRxActivity<ReaderActivityBinding, ReaderPresenter>()
|
|||||||
.onEach {
|
.onEach {
|
||||||
ReaderColorFilterSheet(this).show()
|
ReaderColorFilterSheet(this).show()
|
||||||
}
|
}
|
||||||
.launchIn(scope)
|
.launchIn(lifecycleScope)
|
||||||
|
|
||||||
binding.actionSettings.clicks()
|
binding.actionSettings.clicks()
|
||||||
.onEach {
|
.onEach {
|
||||||
ReaderSettingsSheet(this).show()
|
ReaderSettingsSheet(this).show()
|
||||||
}
|
}
|
||||||
.launchIn(scope)
|
.launchIn(lifecycleScope)
|
||||||
|
|
||||||
binding.webviewButton.clicks()
|
binding.webviewButton.clicks()
|
||||||
.onEach {
|
.onEach {
|
||||||
openMangaInBrowser()
|
openMangaInBrowser()
|
||||||
}
|
}
|
||||||
.launchIn(scope)
|
.launchIn(lifecycleScope)
|
||||||
// Extra menu buttons
|
// Extra menu buttons
|
||||||
|
|
||||||
binding.leftChapter.setOnClickListener {
|
binding.leftChapter.setOnClickListener {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user