mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 05:00:21 +02:00
Reduced haptic feedback (consequential actions only)
This commit is contained in:
@@ -60,7 +60,7 @@ class _AddAppPageState extends State<AddAppPage> {
|
||||
onPressed: gettingAppInfo
|
||||
? null
|
||||
: () {
|
||||
HapticFeedback.mediumImpact();
|
||||
HapticFeedback.selectionClick();
|
||||
if (_formKey.currentState!.validate()) {
|
||||
setState(() {
|
||||
gettingAppInfo = true;
|
||||
|
Reference in New Issue
Block a user