Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jan 2, 2024
1 parent b26a0b1 commit cf04ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ public boolean isClosed() {
*/
@JsProperty(name = "isRefreshing")
public boolean isRefreshing() {
return state().isStatic();
return !state().isStatic();
}

/**
Expand Down

0 comments on commit cf04ac0

Please sign in to comment.