mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-11 17:56:15 +00:00
fix: manga rearrangement (hope it works)
This commit is contained in:
@@ -272,7 +272,7 @@ class MangaReaderActivity : AppCompatActivity() {
|
||||
if (list.contains(media.id)) list.remove(media.id)
|
||||
list.add(media.id)
|
||||
|
||||
PrefManager.setCustomVal("continueAnimeList", list)
|
||||
PrefManager.setCustomVal("continueMangaList", list)
|
||||
if (PrefManager.getVal(PrefName.AutoDetectWebtoon) && media.countryOfOrigin != "JP") applyWebtoon(
|
||||
defaultSettings
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user