Haptisches Feedback hinzufügen #216
@@ -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
|
||||
adaptivePageRoute(builder: (_) => const SettingsView()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user
Warum rufst du hier extra nochmal
HapticFeedback.selectionClick()auf?war wohl ausversehen, vmtl noch aus dem testing, habs entfernt