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

Enable nullable attributes in MvxRecyclerView lib #4835

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

Cheesebaron
Copy link
Member

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Feature

⤵️ What is the current behavior?

Potential null refs

🆕 What is the new behavior (if this is a feature change)?

Enabled nullable attributes and handled null warnings.

Also fixed event in IMvxRecyclerAdapterBindableHolder returning action, which is not not how events work, just using regular EventHandler instead.

💥 Does this PR introduce a breaking change?

Yes, See changes above

🐛 Recommendations for testing

You could run the Droid playground and check out the collectionview sample

📝 Links to relevant issues/docs

🤔 Checklist before submitting

@Cheesebaron Cheesebaron added t/feature Feature request type p/android Android platform t/maintenance Maintenance type labels Mar 3, 2024
@Cheesebaron Cheesebaron merged commit 75a88d4 into develop Mar 4, 2024
5 checks passed
@Cheesebaron Cheesebaron deleted the feature/recyclerview-nullable-attrs branch March 4, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/android Android platform t/feature Feature request type t/maintenance Maintenance type
Development

Successfully merging this pull request may close these issues.

None yet

1 participant