aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-02-27 01:36:33 -0600
committerIván Ávalos <avalos@disroot.org>2022-02-27 01:36:33 -0600
commiteafb9788615fb733419f64f1b6501b5880922058 (patch)
treec718acf1e53d4c424cea41130e415fa60c23c2e5
parent596efb5f3b9d9e13407222f4672853363e81a0fc (diff)
downloadetbsa-trackermap-mobile-eafb9788615fb733419f64f1b6501b5880922058.tar.gz
etbsa-trackermap-mobile-eafb9788615fb733419f64f1b6501b5880922058.tar.bz2
etbsa-trackermap-mobile-eafb9788615fb733419f64f1b6501b5880922058.zip
Temporarily removed non-functional save and share buttons
-rw-r--r--iosApp/iosApp/Details/Reports/UnitReportsView.swift22
1 files changed, 11 insertions, 11 deletions
diff --git a/iosApp/iosApp/Details/Reports/UnitReportsView.swift b/iosApp/iosApp/Details/Reports/UnitReportsView.swift
index 1ca1a87..910cea4 100644
--- a/iosApp/iosApp/Details/Reports/UnitReportsView.swift
+++ b/iosApp/iosApp/Details/Reports/UnitReportsView.swift
@@ -145,17 +145,17 @@ struct UnitReportsView: View {
EmptyView()
}.pickerStyle(SegmentedPickerStyle())
- HStack {
- Group {
- Button {} label: {
- Text("report-save")
- }
-
- Button {} label: {
- Text("report-share")
- }
- }.frame(maxWidth: .infinity)
- }.padding()
+ //HStack {
+ // Group {
+ // Button {} label: {
+ // Text("report-save")
+ // }
+ //
+ // Button {} label: {
+ // Text("report-share")
+ // }
+ // }.frame(maxWidth: .infinity)
+ //}.padding()
}.padding()
}.onAppear {
unitReportsViewModel.fetchReport()