1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00
NewPipe/app
Stypox 52dbfdee00 Keep strong references to Picasso notification icon loading targets
Before the Target would sometimes be garbage collected before being called with the loaded channel icon, since Picasso holds weak references to targets. This meant that sometimes a new streams notification  would not be shown, because the lambda that should have shown it had already been garbage collected.
2022-08-25 16:41:51 +02:00
..
schemas/org.schabi.newpipe.database.AppDatabase Migrate NotificationIcon to Picasso 2021-09-07 13:30:26 +03:00
src Keep strong references to Picasso notification icon loading targets 2022-08-25 16:41:51 +02:00
build.gradle Merge branch 'master' into dev 2022-08-25 10:45:24 +02:00
proguard-rules.pro Clean up proguard file 2022-06-09 11:34:57 -04:00