Skip to content

Fix crash in downloaded podcasts below API 34#1393

Merged
David-Development merged 1 commit intomasterfrom
fixDownloadedPodcastsCrash
Mar 13, 2024
Merged

Fix crash in downloaded podcasts below API 34#1393
David-Development merged 1 commit intomasterfrom
fixDownloadedPodcastsCrash

Conversation

@Unpublished
Copy link
Copy Markdown
Collaborator

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.

Signed-off-by: Unpublished <unpublished@gmx.net>
Copy link
Copy Markdown
Member

@stefan-niedermann stefan-niedermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Experienced the same issue in Deck, fixed with the same method.

@David-Development David-Development merged commit 27ad0fd into master Mar 13, 2024
@delete-merged-branch delete-merged-branch Bot deleted the fixDownloadedPodcastsCrash branch March 13, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash when opening downloaded podcasts

3 participants