-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
[Android, AndroidTV, Androidwear] when user has only 1 sim, rnv forgets to ask for sim when it should and just launches that one sim #1372
Comments
pauliusguzas
changed the title
[Android, AndroidTV, Androidwear] when user has only 1 sim, it is launched even though user specifies -t
[Android, AndroidTV, Androidwear] when user has only 1 sim, it is launched even though user specifies -t or has no default sim defined
Feb 1, 2024
pauliusguzas
changed the title
[Android, AndroidTV, Androidwear] when user has only 1 sim, it is launched even though user specifies -t or has no default sim defined
[Android, AndroidTV, Androidwear] when user has only 1 sim, rnv forgets to ask for sim when it should and just launches that one sim
Feb 5, 2024
Only 5th point at the moment is valid |
1.1.0-rc.0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When user has only 1 sim, rnv forgets to ask for sim when it should and just launches that one sim
To Reproduce
npx rnv run -p android -t
-> sim is opened and app is installed and launched (should ask to choose)npx rnv run -p android
-> sim is opened and app is installed and launched (should ask to choose)npx rnv run -p android -t random_non_existing_name
-> sim is opened and app is installed and launched (should ask to choose)Expected behavior
rnv asks to choose from all targets
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: