Use postInvalidate instead of invalidate

This commit is contained in:
2016-04-03 07:27:37 -04:00
parent ae5be202b2
commit 357646152f

View File

@@ -27,5 +27,5 @@ public interface HabitDataView
void refreshData();
void invalidate();
void postInvalidate();
}