Fix people sheet close button

This commit is contained in:
jack
2025-10-12 20:18:29 +02:00
parent 615273a63e
commit 987ba2e694
+2
View File
@@ -872,6 +872,8 @@ struct ContentView: View {
}
Button(action: {
withAnimation(.easeInOut(duration: TransportConfig.uiAnimationMediumSeconds)) {
showSidebar = false
showVerifySheet = false
viewModel.endPrivateChat()
}
}) {