qml: haptic use constant compatible with older android
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user