ios, android: hide force renegotiate encryption button (#2736)

This commit is contained in:
spaced4ndy
2023-07-20 15:50:29 +04:00
committed by GitHub
parent 4e2acbf456
commit ca5b3ddc0d
4 changed files with 12 additions and 8 deletions
@@ -154,9 +154,10 @@ struct ChatInfoView: View {
if let connStats = connectionStats,
connStats.ratchetSyncAllowed {
synchronizeConnectionButton()
} else if developerTools {
synchronizeConnectionButtonForce()
}
// } else if developerTools {
// synchronizeConnectionButtonForce()
// }
}
if let contactLink = contact.contactLink {
@@ -82,9 +82,10 @@ struct GroupMemberInfoView: View {
if let connStats = connectionStats,
connStats.ratchetSyncAllowed {
synchronizeConnectionButton()
} else if developerTools {
synchronizeConnectionButtonForce()
}
// } else if developerTools {
// synchronizeConnectionButtonForce()
// }
}
}