Self noting
This commit is contained in:
parent
80af29c409
commit
22493e8e07
|
@ -31,6 +31,7 @@ struct ContentView: View {
|
||||||
.background(Color.appBackground)
|
.background(Color.appBackground)
|
||||||
.tag(TabDestination.search)
|
.tag(TabDestination.search)
|
||||||
|
|
||||||
|
//TODO: Messaging UI in Activity tab
|
||||||
Text(String("Activity"))
|
Text(String("Activity"))
|
||||||
.background(Color.appBackground)
|
.background(Color.appBackground)
|
||||||
.tag(TabDestination.activity)
|
.tag(TabDestination.activity)
|
||||||
|
|
Loading…
Reference in New Issue