showing audio waves while recording and stuff

This commit is contained in:
talksik
2022-01-02 18:27:33 -08:00
parent a1927814a5
commit fa3b11048d
3 changed files with 68 additions and 28 deletions
@@ -96,7 +96,7 @@ struct InnerCircleView: View {
ZStack(alignment: .topLeading) {
Color.clear
CircleNavigationView(alertActive: self.$alertActive, alertText: self.$alertText, alertSubtext: self.$alertSubtext).environmentObject(innerCircleVM)
CircleNavigationView().environmentObject(innerCircleVM)
}
CircleFooterView(selectedFriendIndex: self.$selectedFriendIndex)