Fix udate update notes.

This commit is contained in:
Burak Kaan Köse
2026-03-08 18:40:43 +01:00
parent d9da326f0a
commit 8548257878
8 changed files with 26 additions and 116 deletions
@@ -271,12 +271,22 @@ public partial class CalendarPageViewModel : CalendarBaseViewModel,
{
RefreshSettings();
if (mode == NavigationMode.Back) return;
if (mode == NavigationMode.Back)
{
_ = RefreshVisibleRangesAsync();
return;
}
// Automatically select the first primary calendar for quick event dialog.
SelectedQuickEventAccountCalendar = AccountCalendarStateService.ActiveCalendars.FirstOrDefault(a => a.IsPrimary);
}
public override void OnNavigatedFrom(NavigationMode mode, object parameters)
{
// CalendarPage is cached and should continue processing calendar item messages
// while details/compose pages are active on top of it.
}
[RelayCommand]
private void NavigateSeries()
{