Update states in lists

This commit is contained in:
Vasiliy 2019-04-27 18:01:18 +03:00
parent 36a34bd477
commit 0b8277fe44
5 changed files with 58 additions and 0 deletions

View file

@ -100,6 +100,8 @@ public abstract class BaseListFragment<I, N> extends BaseStateFragment<I> implem
}
updateFlags = 0;
}
infoListAdapter.updateStates();
}
/*//////////////////////////////////////////////////////////////////////////