Pygmalion69 / Gauge

A Gauge View for Android
Apache License 2.0
68 stars 26 forks source link

undeclared Thread? #3

Closed thirstyone closed 7 years ago

thirstyone commented 7 years ago

https://github.com/Pygmalion69/Gauge/blob/ec200158218bf2a892071f1404b62ccc42012d43/app/src/main/java/de/nitri/gaugedemo/MainActivity.java#L54

Pygmalion69 commented 7 years ago

The static method applies to the current thread. https://stackoverflow.com/questions/17312048/java-why-thread-sleep-and-yield-are-static/17312097