delete scope since unused

pull/3117/head
CarlosEsco 4 years ago
parent a029fc950e
commit 4407d8774a

@ -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.
*/

Loading…
Cancel
Save