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

Make the Object nullable in Android activeCalls #182

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

klelandls
Copy link
Contributor

@klelandls klelandls commented Jan 17, 2024

In at least some cases when using the activeCalls function you'll receive the error:

type 'List<Object?>' is not a subtype of type 'List<Object'>?' in type cast <--there's an extra ' or the word Object disappears

This makes the Object nullable to deal with that.

Copy link
Member

@cloudwebrtc cloudwebrtc left a comment

Choose a reason for hiding this comment

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

lgtm

@cloudwebrtc cloudwebrtc merged commit c5ee757 into flutter-webrtc:master Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants