Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Allow new way of fetching json
Browse files Browse the repository at this point in the history
  • Loading branch information
AppInstalleriOSGH authored Nov 12, 2022
1 parent 619d47d commit 817971b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TrollApps/TrollApps/AppsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ import SwiftUI

struct AppsView: View {
@Environment(\.openURL) var openURL
@ObservedObject var fetch = fetchtd()


var body: some View {
NavigationView {
List(fetch.jsonstuff) { json in
List(FetchApps()) { json in
Label {
HStack {
Text(json.title)
Expand Down

0 comments on commit 817971b

Please sign in to comment.