Value of a var in @Obersvable class only updates in one view, but not the other
I have a Companion WatchOS App with a WatchViewModel, that currently holds all my variables that get send from the App. I have to views, each should display another variable. In one view (ActivityDistributionView) everything works perfectly fine, but in the other one (LeaderboardView) the value is the init value and is not getting changed. Actually no value gets updated in the LeaderboardView, but in the ActivityDistributionView, all values work fine.