mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Merge pull request #5525 from BlueWallet/complicationanme
FIX: Watch complication name was "BlueWallet"
This commit is contained in:
commit
7c9a5340a2
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,14 @@ class ComplicationController: NSObject, CLKComplicationDataSource {
|
||||||
handler(nil)
|
handler(nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@available(watchOSApplicationExtension 7.0, *)
|
||||||
|
func complicationDescriptors() async -> [CLKComplicationDescriptor] {
|
||||||
|
return [CLKComplicationDescriptor(
|
||||||
|
identifier: "io.bluewallet.bluewallet",
|
||||||
|
displayName: "Market Price",
|
||||||
|
supportedFamilies: CLKComplicationFamily.allCases)]
|
||||||
|
}
|
||||||
|
|
||||||
func getTimelineEndDate(for complication: CLKComplication, withHandler handler: @escaping (Date?) -> Void) {
|
func getTimelineEndDate(for complication: CLKComplication, withHandler handler: @escaping (Date?) -> Void) {
|
||||||
handler(nil)
|
handler(nil)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue