BaseActivity.Current should be nullable #18566
Answered
by
morning4coffe-dev
EricKwon94
asked this question in
Q&A
-
The Why is the return value marked as non-nullable when it can potentially return null in these cases? Shouldn't this property be marked as nullable to prevent potential crashes? |
Beta Was this translation helpful? Give feedback.
Answered by
morning4coffe-dev
Oct 24, 2024
Replies: 1 comment
-
Hey @EricKwon94, Thank you for your suggestion, I think as well it should be nullable. I will make an Issue out of this and take a look. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
morning4coffe-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @EricKwon94,
Thank you for your suggestion, I think as well it should be nullable. I will make an Issue out of this and take a look.