Reduced haptic feedback (consequential actions only)

This commit is contained in:
Imran Remtulla
2022-09-17 16:48:42 -04:00
parent c724b276ab
commit 0f6b6253de
7 changed files with 10 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ class _AddAppPageState extends State<AddAppPage> {
onPressed: gettingAppInfo
? null
: () {
HapticFeedback.mediumImpact();
HapticFeedback.selectionClick();
if (_formKey.currentState!.validate()) {
setState(() {
gettingAppInfo = true;