feat: add haptic feedback when swiping library tabs

This commit is contained in:
zarzet 2026-03-29 01:56:22 +07:00
parent 4f46dd947d
commit e2a489ec92

View file

@ -1187,6 +1187,7 @@ class _QueueTabState extends ConsumerState<QueueTab> {
}
void _onFilterPageChanged(int index) {
HapticFeedback.selectionClick();
final filterMode = _filterModes[index];
ref.read(settingsProvider.notifier).setHistoryFilterMode(filterMode);
}