diff options
| author | ivar <i@oiee.no> | 2025-12-02 21:50:33 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-02 21:50:33 +0100 |
| commit | b21c8de01fd05694a5f3d36a5d1f3172e70de339 (patch) | |
| tree | 2843fa1d8cd58f790c882db552a20be2b85b8938 /ios/Hæ-appen/TabBarView.swift | |
| parent | 091580f15a6a0b7a1bc5ed004d9253b36eeb4753 (diff) | |
| download | what-b21c8de01fd05694a5f3d36a5d1f3172e70de339.tar.xz what-b21c8de01fd05694a5f3d36a5d1f3172e70de339.zip | |
Work on CameraView
Diffstat (limited to 'ios/Hæ-appen/TabBarView.swift')
| -rw-r--r-- | ios/Hæ-appen/TabBarView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Hæ-appen/TabBarView.swift b/ios/Hæ-appen/TabBarView.swift index aa12188..2a88336 100644 --- a/ios/Hæ-appen/TabBarView.swift +++ b/ios/Hæ-appen/TabBarView.swift @@ -17,7 +17,7 @@ struct TabBarView : View { MapContentView() } Tab("", systemImage: "camera.shutter.button.fill", role: .search) { - MapContentView() + CameraContentView() } } } |
