Do not display text only numbers as options when dialing or composing new texts
Signed-off-by: Anjandev Momi <anjan@momi.ca> Signed-off-by: Reed Wade <reedwade@misterbanal.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
f149b7e250
commit
236ab9a343
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ modem_n() {
|
|||
}
|
||||
|
||||
dialmenu() {
|
||||
CONTACTS="$(sxmo_contacts.sh)"
|
||||
CONTACTS="$(sxmo_contacts.sh | grep -E "^\+?[0-9]+:")"
|
||||
NUMBER="$(
|
||||
printf %b "Close Menu\nMore contacts\n$CONTACTS" |
|
||||
grep . |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue