adeekshith / watomatic

Auto reply app helping you move away from less private messengers like WhatsApp and Facebook Messenger
https://watomatic.app
GNU General Public License v3.0
424 stars 84 forks source link

Check for existing custom contact name before creating one #361

Closed spuday90 closed 2 years ago

spuday90 commented 2 years ago

As can be seen in the screenshot i could create multiple custom contacts with exactly same string.

Screenshot_2021-08-26-08-15-47-540_com parishod watomatic

hegocre commented 2 years ago

Because it's stored on a Hash Set, it won't store duplicates, and as soon as you go back and return to this screen, there's only one copy of the string. I will add a check but it's not really a problem.