Skip to content

Commit f855e38

Browse files
author
Chris Banes
committed
Merge pull request chrisbanes#189 from intrications/fix-release-label
LoadingLayoutProxy.setReleaseLabel(). Fixes #187
2 parents 1ff49a0 + 0ec847b commit f855e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/src/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void setPullLabel(CharSequence label) {
5252
@Override
5353
public void setReleaseLabel(CharSequence label) {
5454
for (LoadingLayout layout : mLoadingLayouts) {
55-
layout.setRefreshingLabel(label);
55+
layout.setReleaseLabel(label);
5656
}
5757
}
5858

0 commit comments

Comments
 (0)