Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in downloaded podcasts below API 34 #1393

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

Unpublished
Copy link
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.

Copy link
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
16 checks passed
@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