Self noting
This commit is contained in:
parent
80af29c409
commit
22493e8e07
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue