SimpleMobileTools / Simple-Clock

Combination of a beautiful clock with widget, alarm, stopwatch & timer, no ads
https://www.simplemobiletools.com
GNU General Public License v3.0
586 stars 238 forks source link

Update stopwatch views only from UI thread #524

Closed esensar closed 11 months ago

tibbi commented 11 months ago

have you somehow reproduced the crash?

esensar commented 11 months ago

No, I haven't been able to reproduce it, but I saw the stack trace and the message and saw that this part was probably intended to use runOnUiThread instead of just run, since the Timer that invokes these callbacks is running on a separate thread.

tibbi commented 11 months ago

ok thanks