mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Documents navigation
This commit is contained in:
@@ -56,7 +56,7 @@ struct FavoriteItemView: View {
|
||||
}
|
||||
|
||||
func loadCacheAndResource(force: Bool = false) {
|
||||
guard var resource else { return }
|
||||
guard let resource else { return }
|
||||
|
||||
var onSuccess: (Entity<Any>) -> Void = { _ in }
|
||||
var contentItems = [ContentItem]()
|
||||
|
Reference in New Issue
Block a user