changed haptic to selectionClick

This commit is contained in:
Yaros 2025-08-29 12:07:15 +02:00
parent f9b6dc256b
commit f77d214cd6

View File

@ -194,7 +194,7 @@ class ScrubberState extends ConsumerState<Scrubber> with TickerProviderStateMixi
_snapToSegment(nearestMonthSegment);
final label = nearestMonthSegment.scrollLabel;
if (_lastLabel != label) {
ref.read(hapticFeedbackProvider.notifier).heavyImpact();
ref.read(hapticFeedbackProvider.notifier).selectionClick();
_lastLabel = label;
}
}