NewPipe/app/src/main/java/org/schabi/newpipe/local/feed/notifications
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
..
NotificationHelper.kt Keep strong references to Picasso notification icon loading targets 2022-08-25 16:41:51 +02:00
NotificationWorker.kt Merge branch 'dev' into pr2335 2022-03-19 22:29:10 +01:00
ScheduleOptions.kt Add more checking frequencies, use DurationListPreference 2022-01-24 10:12:25 +01:00