redth-org / BTProgressHUD

Port to Xamarin.iOS of the SVProgressHUD
Other
118 stars 64 forks source link

Enable nullable attributes #96

Closed Cheesebaron closed 2 years ago

Cheesebaron commented 2 years ago

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

Bugfix/feature

:arrow_heading_down: What is the current behavior?

No nullable attributes and a couple of null cases not handled

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

Enabled nullable attributes + handled nulls

:boom: Does this PR introduce a breaking change?

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

Fixes #95

:thinking: Checklist before submitting