mooshim / Mooshimeter-AndroidApp

50 stars 28 forks source link

Issue #45: Hang due to UI update from wrong thread #48

Closed eldstal closed 7 years ago

eldstal commented 7 years ago

The auto-range button text size was updated from a callback executed in a background thread. Moved setTextSize call into the (already existing) UI thread delegation call.

jwhong commented 7 years ago

Thanks eldstal, sorry it took so long to get to these

eldstal commented 7 years ago

Thanks!

Just for future reference, am I right to work against your master branch, or should I base my patches off another?

jwhong commented 7 years ago

My usual workflow is to make updates on beta, then move the master branch to point to beta once it's accepted. So I would recommend working off the beta branch :)