1
0

qml: haptic use constant compatible with older android

This commit is contained in:
Sander van Grieken
2023-04-05 12:28:56 +02:00
parent 8f3f282b62
commit 0c83f363eb

View File

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