Haptisches Feedback hinzufügen #216

Merged
flixcoo merged 14 commits from feature/215-haptisches-feedback-hinzufügen into development 2026-05-14 13:09:01 +00:00
Showing only changes of commit b82cca939f - Show all commits

View File

@@ -58,7 +58,6 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
HapticIconButton(
onPressed: () async {
final navigator = Navigator.of(context);
await HapticFeedback.selectionClick();
await navigator.push(
sneeex marked this conversation as resolved
Review

Warum rufst du hier extra nochmal HapticFeedback.selectionClick() auf?

Warum rufst du hier extra nochmal `HapticFeedback.selectionClick()` auf?
Review

war wohl ausversehen, vmtl noch aus dem testing, habs entfernt

war wohl ausversehen, vmtl noch aus dem testing, habs entfernt
adaptivePageRoute(builder: (_) => const SettingsView()),
);