Skip to content

Commit

Permalink
refactor: removed slider focus node
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Nov 30, 2024
1 parent ba9a986 commit 294714c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/android/manga/toggle_bars.dart
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ class _ToggleBarState extends State<ToggleBar> {
.withOpacity(0.80),
borderRadius: BorderRadius.circular(20)),
child: Slider(
focusNode: FocusNode(canRequestFocus: false),
divisions:
widget.totalImages == 0 ? 10 : widget.totalImages,
value: widget.currentLayout == 'Webtoon'
Expand Down

0 comments on commit 294714c

Please sign in to comment.