Fixes for the splitview and app intents

This commit is contained in:
Jackson Harper
2023-12-06 09:57:28 +08:00
parent d6b30b593d
commit f48a36de79
16 changed files with 415 additions and 156 deletions

View File

@ -79,7 +79,7 @@ import Views
}
func loadFilters(dataService: DataService) async {
switch filterState.folder {
switch folder {
case "following":
updateFilters(newFilters: InternalFilter.DefaultFollowingFilters, defaultName: "rss")
default: