nextcloud / news-android

📱🗞️ Android client for the Nextcloud news/feed reader app
https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader
GNU Affero General Public License v3.0
699 stars 257 forks source link

Fix crash in downloaded podcasts below API 34 #1393

Closed Unpublished closed 8 months ago

Unpublished commented 9 months ago

Fixes #1381

According to https://issuetracker.google.com/issues/304335616 java.util.stream.Stream.toList is not supported (yet) by desugar library.

Use java.util.stream.Collectors.toList instead which is supported by desugar library.