qml: haptic use constant compatible with older android
This commit is contained in:
@@ -293,7 +293,7 @@ class QEAppController(BaseCrashReporter, QObject):
|
|||||||
def haptic(self):
|
def haptic(self):
|
||||||
if not self.isAndroid():
|
if not self.isAndroid():
|
||||||
return
|
return
|
||||||
jview.performHapticFeedback(jHfc.CONFIRM)
|
jview.performHapticFeedback(jHfc.VIRTUAL_KEY)
|
||||||
|
|
||||||
|
|
||||||
class ElectrumQmlApplication(QGuiApplication):
|
class ElectrumQmlApplication(QGuiApplication):
|
||||||
|
|||||||
Reference in New Issue
Block a user