signalapp / libsignal-service-java

A Java/Android library for communicating with the Signal messaging service.
GNU General Public License v3.0
587 stars 271 forks source link

fix Thread.sleep for Android - this fixes #6644 #48

Closed rkohrt closed 6 years ago

rkohrt commented 6 years ago

This is a rewrite of pull request #45 and implements the suggested changes of Moxie. It fixes WhisperSystems/Signal-Android#6644 and I refer to the very nice description of #45 what this code change achieves.

moxie0 commented 6 years ago

See comments in Android pull request