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

fix: Prevent potential crash in Android SDK 35 by handling nullable versionName #1017

Conversation

dmitry-blackwave
Copy link

Overview

image

This PR fixes a potential crash in Android SDK 35 by ensuring that versionName, which is now nullable, is safely converted to a string. This prevents crashes when versionName is null during app initialization.

@seg-atlantis-prod
Copy link

Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors

@seg-atlantis-prod
Copy link

Error parsing command: EOF found when expecting closing quote

@alanjcharles
Copy link
Contributor

thank you @dmitry-blackwave

@dmitry-blackwave dmitry-blackwave deleted the fix/type-conversion-0.76-android-new-arch branch November 18, 2024 12:52
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