Skip to content

Conversation

@anurags11
Copy link

First time contributor checklist

Description

Missing break statement causes fall-through execution

Impact: The INITIAL case at line 98 lacks a break statement, causing execution to fall through to the PERMISSIONS_CHECK case. This means when step is INITIAL, both the status text will be set to empty string AND requestRequiredPermission() will be called, which is likely unintended behavior.

…ak statement in the INITIAL case of the switch.
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