mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 16:05:19 +00:00
Fix people sheet close button
This commit is contained in:
@@ -872,6 +872,8 @@ struct ContentView: View {
|
||||
}
|
||||
Button(action: {
|
||||
withAnimation(.easeInOut(duration: TransportConfig.uiAnimationMediumSeconds)) {
|
||||
showSidebar = false
|
||||
showVerifySheet = false
|
||||
viewModel.endPrivateChat()
|
||||
}
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user