adeekshith / watomatic

Auto reply app helping you move away from less private messengers like WhatsApp and Facebook Messenger

Home Page:https://watomatic.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for existing custom contact name before creating one

spuday90 opened this issue · comments

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

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.