-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix a crasher that could happen after dismissing an error alert.
* Remove delegation from the UIAlert used by NSError+LEPresenting. ## Analysis It’s not a good idea to have instances of NSError serve as alert delegates, because they don’t stick around as long as the alert boxes do. It’s not necessary, either, as the method was just a stub.
- Loading branch information
1 parent
a2537c9
commit 6a8c5de
Showing
2 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters