Add missing comment

This commit is contained in:
manuroe
2020-09-25 10:14:14 +02:00
parent 2f09ecc3f7
commit 158cba977d
@@ -165,8 +165,10 @@ final class KeyVerificationCoordinator: KeyVerificationCoordinatorType {
}
private func didCancel() {
// In the case of the complete security flow, come back to the root screen if any child flow
// like device verification has been cancelled
if self.completeSecurityCoordinator != nil && childCoordinators.count > 1 {
NSLog("[KeyVerificationCoordinator] didCancel: popToRootModule");
NSLog("[KeyVerificationCoordinator] didCancel: popToRootModule")
self.navigationRouter.popToRootModule(animated: true)
return
}