nicer text and tweaks

This commit is contained in:
talksik
2022-01-02 02:32:51 -08:00
parent 208d3d3111
commit fa50f5b81d
3 changed files with 55 additions and 55 deletions
@@ -189,10 +189,10 @@ struct CircleGridView: View {
print("activated long press!")
// if in a convo, I don't want to have user footer show up
if self.convoVM.isInCall() {
print("can't select another friend because I am in a call...leave call first")
return
}
// if self.convoVM.isInCall() {
// print("can't select another friend because I am in a call...leave call first")
// return
// }
// stop any player still playing of a message
self.queuePlayer.removeAllItems()