Skip to content

Removes an unreachable condition#261

Open
vikramjo wants to merge 1 commit into
chrisben:masterfrom
vikramjo:master
Open

Removes an unreachable condition#261
vikramjo wants to merge 1 commit into
chrisben:masterfrom
vikramjo:master

Conversation

@vikramjo

@vikramjo vikramjo commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This block is inside of a condition that executes only for iOS (line 215), which means Android version check will always return false. It doesn't throw any error, but the code is never executed either. Hence, removing it.

This block is inside of a condition that executes only for iOS (line 215), which means Android version check will always return false. It doesn't throw any error, but the code is never executed either. Hence, removing it.
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.

1 participant