You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BaseActivity.Current is defined as a non-nullable property, but in certain scenarios, such as when the app is in the background, it returns null.
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?
The
BaseActivity.Current
is defined as a non-nullable property, but in certain scenarios, such as when the app is in the background, it returns null.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?
Originally posted by @EricKwon94 in #18566
The text was updated successfully, but these errors were encountered: