Hello!
I'm getting a compilation error on the following line, while trying to register callback for the case when complication has changed:
error: fenix7x: Invalid '$.Toybox.Lang.Method(complicationId as Any) as Any' passed as parameter 1 of type 'PolyType<Null or $.Toybox.Complications.ComplicationChangedCallback>'.
It is inside WatchFace.initialize(), after a given complication is found and subscribed. If the callback registration is omitted, the code is normally compiled and works (except the updated values for given complication, of course).
Can someone please enlighten me on what I'm doing wrong?