From 294714cd3745a870a64d56f787a851f6f8179b81 Mon Sep 17 00:00:00 2001 From: Ryan _ <108048963+RyanYuuki@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:33:08 +0530 Subject: [PATCH] refactor: removed slider focus node --- lib/components/android/manga/toggle_bars.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/android/manga/toggle_bars.dart b/lib/components/android/manga/toggle_bars.dart index 09ed1fe..680df99 100644 --- a/lib/components/android/manga/toggle_bars.dart +++ b/lib/components/android/manga/toggle_bars.dart @@ -275,6 +275,7 @@ class _ToggleBarState extends State { .withOpacity(0.80), borderRadius: BorderRadius.circular(20)), child: Slider( + focusNode: FocusNode(canRequestFocus: false), divisions: widget.totalImages == 0 ? 10 : widget.totalImages, value: widget.currentLayout == 'Webtoon'