mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
clean up ReaderPresenter
This commit is contained in:
parent
0764012b87
commit
cd1e3e1f11
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ class ReaderPresenter(
|
|||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribeFirst(
|
||||
{ view, file -> view.onShareImageResult(file, page) },
|
||||
{ _, _ -> /* Empty */ },
|
||||
{ _, _ -> },
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue