sberrevoets / SDCAlertView

The little alert that could
MIT License
1.86k stars 297 forks source link

Fix .dismissOnOutsideTap behavior #242

Closed junpluse closed 6 years ago

junpluse commented 6 years ago

From 8.0.0, the actual behavior of AlertBehaviors.dismissOnOutsideTap is contrary.

This PR fixes the incorrect if condition in AlertController.addChromeTapHandlerIfNecessary.

junpluse commented 6 years ago

@sberrevoets Thanks for your quick review! Just replaced guard with if ! 🙏

sberrevoets commented 6 years ago

Thanks!