[go: nahoru, domu]

Skip to content

Commit

Permalink
fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 24, 2015
1 parent 4815396 commit 2df6e21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void init(Activity activity, SwipeRefreshLayout swipeRefreshLayout, Refre

public void setRefreshing(boolean refreshing) {
mRefreshing = refreshing;
// Delayed refresh, if fixes https://code.google.com/p/android/issues/detail?id=77712
// Delayed refresh, it fixes https://code.google.com/p/android/issues/detail?id=77712
// 50ms seems a good compromise (always worked during tests) and fast enough so user can't notice the delay
if (refreshing) {
mSwipeRefreshLayout.postDelayed(new Runnable() {
Expand Down

0 comments on commit 2df6e21

Please sign in to comment.