Should fix mangadex tracking crashes
(cherry picked from commit ed233a1a77)
This commit is contained in:
@@ -139,7 +139,7 @@ class MdList(private val context: Context, id: Long) : TrackService(id) {
|
||||
runAsObservable {
|
||||
page.mangas.map {
|
||||
toTrackSearch(mdex.getMangaDetails(it))
|
||||
}
|
||||
}.distinct()
|
||||
}
|
||||
}
|
||||
.awaitSingle()
|
||||
|
||||
Reference in New Issue
Block a user