Browse Source

qml: haptic use constant compatible with older android

master
Sander van Grieken 3 years ago
parent
commit
0c83f363eb
  1. 2
      electrum/gui/qml/qeapp.py

2
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):

Loading…
Cancel
Save