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