mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Crypto threading: Fix update after setDeviceVerification call
This commit is contained in:
@@ -942,9 +942,9 @@
|
||||
[self.mxRoom.mxSession.crypto setDeviceVerification:verificationStatus
|
||||
forDevice:deviceTableViewCell.deviceInfo.deviceId
|
||||
ofUser:self.mxRoomMember.userId
|
||||
success:nil failure:nil
|
||||
];
|
||||
[self updateMemberInfo];
|
||||
success:^{
|
||||
[self updateMemberInfo];
|
||||
} failure:nil];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user