I show Touch ID in my Passcode View Controller (it's presented as modal view controller) by context.evaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometrics, localizedReason: message
But sometimes I need to dismiss Passcode View Controller programatically before user enters his fingerprint. In this case alert with touch ID stays on its place. How can I dismiss this Touch ID alert too?