RoundRunningView med nytt event "Loaded" triggas endast en gg när sidan är renderad

This commit is contained in:
2025-10-20 16:46:38 +02:00
parent 2797162a93
commit ecd3e90dbf
5 changed files with 13 additions and 48 deletions

View File

@ -31,7 +31,6 @@ public partial class InfoPopupViewModel : ObservableObject, IQueryAttributable
[RelayCommand]
private async Task Cancel()
{
//await _popupService.ClosePopupAsync(Shell.Current);
_popupEvent.RaiseInfoPopupClose(PopupId);
}