add refresh trackers when opening details
This commit is contained in:
parent
124bb63442
commit
6b55d84ac8
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class MangaDetailsPresenter(
|
||||||
controller.updateChapters(this.chapters)
|
controller.updateChapters(this.chapters)
|
||||||
}
|
}
|
||||||
fetchTrackings()
|
fetchTrackings()
|
||||||
|
refreshTrackers()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onDestroy() {
|
fun onDestroy() {
|
||||||
|
|
Reference in a new issue