mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
FIX: Watch complication name was "BlueWallet"
This commit is contained in:
parent
60cc2a554d
commit
059b63bc3d
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,14 @@ class ComplicationController: NSObject, CLKComplicationDataSource {
|
|||
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) {
|
||||
handler(nil)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue