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

App crashes when starting from intent containing phone number with spaces #545

Closed
3 tasks done
aksel opened this issue Sep 22, 2023 · 2 comments
Closed
3 tasks done

Comments

@aksel
Copy link

aksel commented Sep 22, 2023

Checklist

  • I am using the latest version - 1.6.1
  • I checked, but didn't find any duplicates (open OR closed) of this issue in the repo.
  • This issue contains only one bug. I will open one issue for every bug report I want to file.

Steps to reproduce the bug

My bank app has a "call us now :)" button, which sends the following intent.

cmd activity start --user 0 -a android.intent.action.VIEW -d "tel:12 34 56 78" -f 0

I get a dialog which lets me pick an app to open, but Koler crashes upon picking it.

Removing the spaces in the phone number fixes the issue.

# no problemo
cmd activity start --user 0 -a android.intent.action.VIEW -d "tel:12345678" -f 0

Not sure whether this is an actual bug, or if it's because the bank app is borked (it's kinda held together with duct tape and superglue lol)

Actual behaviour

App crashes.

Expected behavior

Doesn't crash.

Screenshots/Screen recordings

Logs

Device info

  • Android version/Custom ROM version: 12
  • Device model: moto g⁵⁰ (XT2137-1)
@aksel
Copy link
Author

aksel commented Sep 22, 2023

Just realized it also happens when calling via text selection. I assume it's the same bug, and this has already been reported #534. Closing as duplicate, and adding to the other issue.

@aksel
Copy link
Author

aksel commented Sep 22, 2023

Duplicates #534

@aksel aksel closed this as not planned Won't fix, can't repro, duplicate, stale Sep 22, 2023
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

No branches or pull requests

1 participant