add refresh trackers when opening details

This commit is contained in:
Carlos 2020-04-10 17:59:07 -04:00
parent 124bb63442
commit 6b55d84ac8

View File

@ -92,6 +92,7 @@ class MangaDetailsPresenter(
controller.updateChapters(this.chapters) controller.updateChapters(this.chapters)
} }
fetchTrackings() fetchTrackings()
refreshTrackers()
} }
fun onDestroy() { fun onDestroy() {