mirror of
https://github.com/immich-app/immich.git
synced 2025-08-30 23:02:39 -04:00
changed haptic to selectionClick
This commit is contained in:
parent
f9b6dc256b
commit
f77d214cd6
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user