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