void onPageChanged(int page, int count) { if (mutable.lastState.hasMore && page == count - 1) { mutable.loadingPage = true; loadPage(); } }