feat: Filtering duplicates in home/recent#2259
feat: Filtering duplicates in home/recent#2259richard-hajek wants to merge 4 commits intoKRTirtho:devfrom
Conversation
Release 3.8.3
chore: release 3.9.0
|
Also, this is my first Dart programming experience, and the performance / stability / any other invariants of the new code are also not tested and I cannot reason about them. Feel free to close this if the code is bad |
|
That's an impressive fix. No worries, as it's a dart side fix only and for UI, it'll work on every platform But that's just a patch on the underlying bug. I probably made some mistake in the |
|
Also, it's a not a good idea to do data transformation in the |
|
Okay, thank you for the feedback!! |
In the home screen, in the "recently played" section, I quite often see duplicates, this fixes it.
Note that I did not test this on phone, only on desktop, as I didn't manage to get uploading builds to android work yet