Skip to content

Commit 9f900a9

Browse files
committed
fix typo in a comment
1 parent a9e6e49 commit 9f900a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/ptr/SwipeToRefreshHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void init(Activity activity, SwipeRefreshLayout swipeRefreshLayout, Refre
3535

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

0 commit comments

Comments
 (0)