Hey Philipp, I think there may be a bug with the logout mechanism here. Since the RunOverviewScreen intercepts the OnLogoutClick Action here, I don't think the viewmodel's method is ever called.
I think emitting an OnLogout event back to the screen after the VM handles the logging out with the repos would do the trick
Hey Philipp, I think there may be a bug with the logout mechanism here. Since the RunOverviewScreen intercepts the OnLogoutClick Action here, I don't think the viewmodel's method is ever called.
I think emitting an OnLogout event back to the screen after the VM handles the logging out with the repos would do the trick