load 36h to BG tab
This commit is contained in:
parent
e8644a6b8c
commit
35c9c4d678
|
@ -50,7 +50,7 @@ class BGSourceFragment : DaggerFragment() {
|
||||||
@Inject lateinit var activePlugin: ActivePlugin
|
@Inject lateinit var activePlugin: ActivePlugin
|
||||||
|
|
||||||
private val disposable = CompositeDisposable()
|
private val disposable = CompositeDisposable()
|
||||||
private val millsToThePast = T.hours(12).msecs()
|
private val millsToThePast = T.hours(36).msecs()
|
||||||
|
|
||||||
private var _binding: BgsourceFragmentBinding? = null
|
private var _binding: BgsourceFragmentBinding? = null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue