mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
Update ViewQRCodefaceController.swift
This commit is contained in:
parent
b41771a9e4
commit
f047d65f03
@ -17,7 +17,7 @@ class ViewQRCodefaceController: WKInterfaceController {
|
||||
@IBOutlet weak var addressLabel: WKInterfaceLabel!
|
||||
var qrcodeData: String?
|
||||
private var interfaceMode = InterfaceMode.Address
|
||||
private let userActivity: NSUserActivity = NSUserActivity(activityType: HandOffUserInfoKey.Xpub.rawValue)
|
||||
private let userActivity: NSUserActivity = NSUserActivity(activityType: HandoffIdentifier.Xpub.rawValue)
|
||||
|
||||
override func awake(withContext context: Any?) {
|
||||
super.awake(withContext: context)
|
||||
|
Loading…
Reference in New Issue
Block a user