Skip to content

Commit

Permalink
fix: make withoutNavigation method hide navigation circles as expected
Browse files Browse the repository at this point in the history
Close #36
  • Loading branch information
paodb authored and mlopezFC committed Mar 8, 2024
1 parent d3192d4 commit 0de4e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public Carousel withoutSwipe() {
}

public Carousel withoutNavigation() {
this.setHideNavigation(false);
this.setHideNavigation(true);
return this;
}

Expand Down

0 comments on commit 0de4e81

Please sign in to comment.