updateGui in onResume for BGSource fragment

This commit is contained in:
Milos Kozak 2020-10-26 12:27:59 +01:00
parent 6c19edbf1c
commit 79d24dfeca

View file

@ -62,6 +62,7 @@ class BGSourceFragment : DaggerFragment() {
.observeOn(AndroidSchedulers.mainThread())
.subscribe({ updateGUI() }) { fabricPrivacy.logException(it) }
)
updateGUI()
}
@Synchronized