Chooloo / koler

Just a phone app.
Other
934 stars 131 forks source link

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

Closed aksel closed 11 months ago

aksel commented 11 months ago

Checklist

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

aksel commented 11 months ago

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 commented 11 months ago

Duplicates #534