1
0

Revert "qml: haptic override global setting"

This reverts commit 3e4737d6e9.
This commit is contained in:
Sander van Grieken
2023-04-05 12:08:28 +02:00
parent 80a16e1377
commit 8f3f282b62

View File

@@ -293,8 +293,7 @@ class QEAppController(BaseCrashReporter, QObject):
def haptic(self):
if not self.isAndroid():
return
# TODO: deprecated from API 33
jview.performHapticFeedback(jHfc.VIRTUAL_KEY, jHfc.FLAG_IGNORE_GLOBAL_SETTING)
jview.performHapticFeedback(jHfc.CONFIRM)
class ElectrumQmlApplication(QGuiApplication):