mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-01 13:04:57 +00:00
ui: improve "allow PQ" button (#3932)
* ios: improve "allow PQ" button * android
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ fun ChatInfoView(
|
||||
withBGApi {
|
||||
val ct = chatModel.controller.apiSetContactPQ(chatRh, contact.contactId, true)
|
||||
if (ct != null) {
|
||||
chatModel.updateContact(chatRh, contact)
|
||||
chatModel.updateContact(chatRh, ct)
|
||||
}
|
||||
close.invoke()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user