Skip to content

Commit

Permalink
Merge pull request chrisbanes#5 from lishali12345/master
Browse files Browse the repository at this point in the history
Just fixed a little text display error
  • Loading branch information
Chris Banes committed Dec 13, 2011
2 parents 716d40f + 43ddedb commit 618623c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ protected final void resetHeader() {
startY = -1;
headerImage.setVisibility(View.VISIBLE);
headerProgress.setVisibility(View.GONE);
headerText.setText(R.string.pull_to_refresh_pull_label);

smoothScrollTo(0);
}
Expand Down Expand Up @@ -459,4 +460,4 @@ public static interface OnRefreshListener {

}

}
}

0 comments on commit 618623c

Please sign in to comment.