updateGui in onResume for BGSource fragment
This commit is contained in:
parent
6c19edbf1c
commit
79d24dfeca
|
@ -62,6 +62,7 @@ class BGSourceFragment : DaggerFragment() {
|
|||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe({ updateGUI() }) { fabricPrivacy.logException(it) }
|
||||
)
|
||||
updateGUI()
|
||||
}
|
||||
|
||||
@Synchronized
|
||||
|
|
Loading…
Reference in a new issue