From 22493e8e07e871a0f201a90745ee20632f85e54a Mon Sep 17 00:00:00 2001 From: Lumaa Date: Fri, 26 Jan 2024 23:01:20 +0100 Subject: [PATCH] Self noting --- Threaded/Views/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Threaded/Views/ContentView.swift b/Threaded/Views/ContentView.swift index 0782f34..7526b2a 100644 --- a/Threaded/Views/ContentView.swift +++ b/Threaded/Views/ContentView.swift @@ -31,6 +31,7 @@ struct ContentView: View { .background(Color.appBackground) .tag(TabDestination.search) + //TODO: Messaging UI in Activity tab Text(String("Activity")) .background(Color.appBackground) .tag(TabDestination.activity)