mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Call refresh from UI thread
This commit is contained in:
@@ -77,7 +77,7 @@ public class HabitCardView extends FrameLayout
|
||||
@Override
|
||||
public void onModelChange()
|
||||
{
|
||||
refresh();
|
||||
new Handler(Looper.getMainLooper()).post(() -> refresh());
|
||||
}
|
||||
|
||||
public void setCheckmarkValues(int checkmarks[])
|
||||
|
||||
Reference in New Issue
Block a user