Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a06f8 commit 51b2384Copy full SHA for 51b2384
library/src/main/java/com/etsy/android/grid/ExtendableListView.java
@@ -528,6 +528,7 @@ protected void layoutChildren() {
528
529
if (mAdapter == null) {
530
clearState();
531
+ invokeOnItemScrollListener();
532
return;
533
}
534
@@ -551,6 +552,7 @@ protected void layoutChildren() {
551
552
// and calling it a day
553
if (mItemCount == 0) {
554
555
556
557
558
else if (mItemCount != mAdapter.getCount()) {
@@ -613,6 +615,7 @@ else if (mFirstPosition < mItemCount) {
613
615
mDataChanged = false;
614
616
mNeedSync = false;
617
mLayoutMode = LAYOUT_NORMAL;
618
619
} finally {
620
mBlockLayoutRequests = false;
621
0 commit comments