delete scope since unused
This commit is contained in:
parent
a029fc950e
commit
4407d8774a
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ class ReaderPresenter(
|
|||
private val preferences: PreferencesHelper = Injekt.get()
|
||||
) : BasePresenter<ReaderActivity>() {
|
||||
|
||||
private var scope = CoroutineScope(Job() + Dispatchers.Default)
|
||||
|
||||
/**
|
||||
* The manga loaded in the reader. It can be null when instantiated for a short time.
|
||||
*/
|
||||
|
|
Reference in a new issue