Use postInvalidate instead of invalidate
This commit is contained in:
parent
ae5be202b2
commit
357646152f
@ -27,5 +27,5 @@ public interface HabitDataView
|
|||||||
|
|
||||||
void refreshData();
|
void refreshData();
|
||||||
|
|
||||||
void invalidate();
|
void postInvalidate();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user