Nu är det ordning på popuperna
This commit is contained in:
@ -25,6 +25,7 @@ public partial class InfoPopupViewModel : ObservableObject, IQueryAttributable
|
||||
{
|
||||
_popupService = popupService;
|
||||
_popupEvent = popupEvent;
|
||||
LatestPopup.valueGuid = PopupId;
|
||||
}
|
||||
|
||||
[RelayCommand]
|
||||
|
||||
@ -81,6 +81,8 @@ public partial class ParticipantViewModel : BaseViewModel
|
||||
Shell.Current,
|
||||
options: PopupOptions.Empty,
|
||||
shellParameters: queryAttributes);
|
||||
|
||||
_activePopupId = LatestPopup.valueGuid;
|
||||
}
|
||||
|
||||
return ParticipantList;
|
||||
|
||||
@ -193,6 +193,9 @@ public partial class RoundRunningViewModel : ObservableObject
|
||||
Shell.Current,
|
||||
options: PopupOptions.Empty,
|
||||
shellParameters: queryAttributes);
|
||||
|
||||
_activePopupId = LatestPopup.valueGuid;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user