diff --git a/electrum/gui/qml/qeapp.py b/electrum/gui/qml/qeapp.py index 31f62b4d1..05e2a2c4f 100644 --- a/electrum/gui/qml/qeapp.py +++ b/electrum/gui/qml/qeapp.py @@ -293,7 +293,7 @@ class QEAppController(BaseCrashReporter, QObject): def haptic(self): if not self.isAndroid(): return - jview.performHapticFeedback(jHfc.CONFIRM) + jview.performHapticFeedback(jHfc.VIRTUAL_KEY) class ElectrumQmlApplication(QGuiApplication):