You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
The SlackTextViewController marks itself as an AlertViewDelegate, and implements the - (void)alertView:clickedButtonAtIndex: method, but doesn't use any tag to identify what the alert actually is, and instead just blindly clears its text. If the subclass shows other alerts, this behavior is non-ideal, as the text is cleared at inappropriate (and to the user, seemingly random) times.
The SlackTextViewController marks itself as an AlertViewDelegate, and implements the
- (void)alertView:clickedButtonAtIndex:method, but doesn't use any tag to identify what the alert actually is, and instead just blindly clears its text. If the subclass shows other alerts, this behavior is non-ideal, as the text is cleared at inappropriate (and to the user, seemingly random) times.