diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-02-04 23:46:55 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-02-04 23:46:55 +0100 |
| commit | 77d0155b661e813a85a7312ed809fc7e5a9f7440 (patch) | |
| tree | e9b99a94e9b5937c70d9d768d56e8092686f01aa /Map/Views/ContentView.swift | |
| parent | 491463f421c86d3a7a5482108b818aa5b5e441ea (diff) | |
Release 1.1.01.1.0
Diffstat (limited to 'Map/Views/ContentView.swift')
| -rw-r--r-- | Map/Views/ContentView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Map/Views/ContentView.swift b/Map/Views/ContentView.swift index 4f55c27..cf1f145 100644 --- a/Map/Views/ContentView.swift +++ b/Map/Views/ContentView.swift @@ -11,6 +11,8 @@ import SwiftUI struct ContentView: View { @Environment(\.managedObjectContext) private var viewContext + @EnvironmentObject var store: AppStore + @FetchRequest( sortDescriptors: [NSSortDescriptor(keyPath: \Map.createdAt, ascending: true)], animation: .default) |