mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ios: more responsive UI, especially during app start (#2942)
* ios: more responsive UI, especially during app start * move terminal items to actor * fix for iOS 15/16
This commit is contained in:
committed by
GitHub
parent
45b7d09f83
commit
01a95f88bb
@@ -299,6 +299,10 @@ struct SettingsView: View {
|
||||
}
|
||||
.navigationTitle("Your settings")
|
||||
}
|
||||
.onDisappear {
|
||||
chatModel.showingTerminal = false
|
||||
chatModel.terminalItems = []
|
||||
}
|
||||
}
|
||||
|
||||
private func chatDatabaseRow() -> some View {
|
||||
|
||||
Reference in New Issue
Block a user