Chooloo / koler

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

Clicking the dailer button crashes app on redmi 9c #534

Open Brandonbr1 opened 1 year ago

Brandonbr1 commented 1 year ago

Checklist

Steps to reproduce the bug

  1. Go to the dail button
  2. Crash

Actual behaviour

Crashes

Expected behavior

Goes to the dail menu and lets you dail

Screenshots/Screen recordings

https://rapidshare.io/1VUs/recording_20230710_160616.mp4

Logs

https://rapidshare.io/1VUt/logs-2023-07-10-16-18-26.zip

Device info

aksel commented 11 months ago

It appears to happen when the phone number contains spaces or punctuation. Try these numbers to replicate:

# First three crash, fourth one works
123.456.789
123 456 789
123-456-789
123456789

I also noticed it strips the leading plus from country codes. Somewhat related, but maybe warrants a separate issue.

# Erroneously strips the leading plus
+4512345678
# Crashes
+45 12345678
# Works 😁
004512345678

EDIT: Can't seem to reproduce the country code issue any more.

Link to screen recording: https://aksel.sexy/koler-oopsies.mp4

Brandonbr1 commented 10 months ago

It appears to happen when the phone number contains spaces or punctuation. Try these numbers to replicate:

# First three crash, fourth one works
123.456.789
123 456 789
123-456-789
123456789

I also noticed it strips the leading plus from country codes. Somewhat related, but maybe warrants a separate issue.

# Erroneously strips the leading plus
+4512345678
# Crashes
+45 12345678
# Works 😁
004512345678

EDIT: Can't seem to reproduce the country code issue any more.

Link to screen recording: https://aksel.sexy/koler-oopsies.mp4

sorry I didn't see this issue, and I uninstalled this app for simple dialer by simple mobile tools. I will do what you say soon and reinstall the app.