komikku-app / komikku

Free and open source manga reader for Android
Apache License 2.0
374 stars 11 forks source link

App crashes when related titles contain duplicate entries #120

Closed cuong-tran closed 3 months ago

cuong-tran commented 3 months ago

Steps to reproduce

Some time sources return duplicate entries which have same ID but their URL somehow is different, which causes crash. Reason: it is filtering duplicate entries by url while LazyRow is keying by entries' ID

Expected behavior

Should not crash

Actual behavior

Crash in some cases

Crash logs

tachiyomi_crash_logs-related-key.log

Komikku version

r9066

Android version

all

Device

all

Other details

No response

Acknowledgements