Haptisches Feedback hinzufügen #216
@@ -58,7 +58,6 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
HapticIconButton(
|
HapticIconButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
final navigator = Navigator.of(context);
|
final navigator = Navigator.of(context);
|
||||||
await HapticFeedback.selectionClick();
|
|
||||||
await navigator.push(
|
await navigator.push(
|
||||||
|
sneeex marked this conversation as resolved
|
|||||||
adaptivePageRoute(builder: (_) => const SettingsView()),
|
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