This commit is contained in:
2025-03-25 08:35:27 +01:00
committed by GitHub
parent ada830f4e1
commit 4cc1f09032
8 changed files with 102 additions and 26 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public class MainViewModel : INotifyPropertyChanged {
}
private async Task EnterAppDataFile(){
await _navigation.PushAsync(new AppDataFilePage());
await _navigation.PushAsync(new AppDataFilePage(_fileService));
}
public event PropertyChangedEventHandler? PropertyChanged;