adding Liquid package

This commit is contained in:
talksik
2021-12-12 20:04:40 -08:00
parent 189f884e41
commit febb60e246
3 changed files with 43 additions and 4 deletions
@@ -42,10 +42,6 @@ struct FooterControlsView: View {
anchor: .center)
.simultaneousGesture(dragGesture)
})
Text("currently is \(self.isHolding ? "recording": "not recording")")
}
.padding()
}