gazlaws-dev / codeboard

Codeboard App
Other
554 stars 114 forks source link

Long click on character vibrates #62

Closed chagai95 closed 4 years ago

chagai95 commented 4 years ago

this is really annoying, can anyone guide me on how to get rid of that? am gonna try myself to figure it out but it'll be much easier if you could tell me where and what.

chagai95 commented 4 years ago

This was just too easy, one line. should I push to the main branch?

I added if (vibratorOn) to the code that vibrates in the onKeyLongPress method.

maybe if someone still wants to differentiate between long pressing and not they can add another checkbox for that(I guess I could do that, won't take me long, does anyone want this?)