core: don't keep connection of the merged contact (#2507)
This commit is contained in:
@@ -131,6 +131,14 @@ struct ChatInfoView: View {
|
||||
}
|
||||
}
|
||||
|
||||
if developerTools {
|
||||
Section("Contact") {
|
||||
let connLevel = contact.activeConn.connLevel
|
||||
let connLevelDesc = connLevel == 0 ? NSLocalizedString("direct", comment: "connection level description") : String.localizedStringWithFormat(NSLocalizedString("indirect (%d)", comment: "connection level description"), connLevel)
|
||||
infoRow("Connection", connLevelDesc)
|
||||
}
|
||||
}
|
||||
|
||||
Section("Servers") {
|
||||
networkStatusRow()
|
||||
.onTapGesture {
|
||||
|
||||
Reference in New Issue
Block a user