Nu fungerar RoundRunningView med minimal codeBehind

This commit is contained in:
2025-10-22 10:42:39 +02:00
parent ecd3e90dbf
commit 26ff51169f
13 changed files with 374 additions and 116 deletions

View File

@ -210,6 +210,7 @@ public partial class RoundStartingViewModel : ObservableObject
if (rbGroup != null)
{
_objectMessage.CurrentGroup = rbGroup;
//await Shell.Current.GoToAsync("//RoundRunningView");
await Shell.Current.GoToAsync("//RoundRunningView");
}
}