This commit is contained in:
2025-10-15 10:32:24 +02:00
parent c3e646403b
commit 934258d422
2 changed files with 5 additions and 5 deletions

View File

@@ -181,7 +181,7 @@
private string _headerTitle = string.Empty;
private readonly Dictionary<DateTime, List<ActivityDTO>> _eventsCache = new();
private readonly Dictionary<DateTime, CategoryData[]> _categoriesCache = new();
private bool _isInitialized = false;
private bool _isInitialized;
// Stato UI
private bool Expanded { get; set; }