Ensure verification UI is updated to reflect incoming verification state sync messages.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 2315ab79de
commit d8b34f6302

@ -613,6 +613,10 @@ NSString *const kNSNotificationName_IdentityStateDidChange = @"kNSNotificationNa
continue;
}
}
if (verifieds.count > 0) {
[self fireIdentityStateChangeNotification];
}
}
- (void)tryToApplyVerificationStateFromSyncMessage:(OWSVerificationState)verificationState

Loading…
Cancel
Save