delete scope since unused

This commit is contained in:
CarlosEsco 2020-04-22 13:21:50 -04:00
parent a029fc950e
commit 4407d8774a

View File

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