You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Vladimir, I discovered the following problem with the complication of the background of the dial.
After choosing the complication of the background of the watch face, the background image replaces the main color (gradient), this works well, BUT if you turn off the complications of the background image, then there is no automatic change to the usual gradient. This will happen only after switching the dial to another and returning back, that is, reinitializing the settings.
I see the reason that the data storage is not updating
Maybe a problem in the following piece of code in WatchFace.kt
Hi Vladimir, I discovered the following problem with the complication of the background of the dial.
After choosing the complication of the background of the watch face, the background image replaces the main color (gradient), this works well, BUT if you turn off the complications of the background image, then there is no automatic change to the usual gradient. This will happen only after switching the dial to another and returning back, that is, reinitializing the settings.
I see the reason that the data storage is not updating
Maybe a problem in the following piece of code in
WatchFace.kt
if before
layouts.backgroundComplication.isVisible = false
add code
layouts.backgroundComplication.setComplicationData (null)
Then the background change will occur correctly
The text was updated successfully, but these errors were encountered: