Call refresh from UI thread

This commit is contained in:
2016-08-04 06:15:43 -04:00
parent d0db3359fe
commit c961045b63

View File

@@ -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[])