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.
2 parents 9237ca9 + 9aa3d2b commit 7fa4b85Copy full SHA for 7fa4b85
library/src/main/java/com/chad/library/adapter/base/BaseQuickAdapter.java
@@ -1565,6 +1565,12 @@ public void openLoadAnimation(BaseAnimation animation) {
1565
public void openLoadAnimation() {
1566
this.mOpenAnimationEnable = true;
1567
}
1568
+ /**
1569
+ * To close the animation when loading
1570
+ */
1571
+ public void closeLoadAnimation() {
1572
+ this.mOpenAnimationEnable = false;
1573
+ }
1574
1575
/**
1576
* {@link #addAnimation(RecyclerView.ViewHolder)}
0 commit comments