DimaKoz / stunning-signature

Native Signature Verification For Android (with example)
MIT License
211 stars 43 forks source link

usleep(500); #5

Closed CliffCawley closed 5 years ago

CliffCawley commented 5 years ago

Hey, is there a technical reason for this line?

usleep(500);

DimaKoz commented 5 years ago

It was a workaround related to a bug of an old version of Android Studio. It seems solved for the latest Android Studio. I've removed these lines.