Fix Reder PR build errors
This commit is contained in:
parent
295af5306b
commit
b0981a00bd
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue