Revert "qml: haptic override global setting"
This reverts commit 3e4737d6e9.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user