Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SideTideDelegate isn't called in release builds #2

Closed
DG0BAB opened this issue Dec 6, 2020 · 0 comments
Closed

SideTideDelegate isn't called in release builds #2

DG0BAB opened this issue Dec 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DG0BAB
Copy link
Owner

DG0BAB commented Dec 6, 2020

Because both TextFieldDelegate and TextViewDelegate inherit from a generic subclass their methods aren't called when the project, where the SideTide Framework is included, is build using release configuration. With debug configuration everything is working fine.

The solution is already mentioned in the description. TextField- and TextViewDelegate should not inherit from a generic base class.

@DG0BAB DG0BAB added the bug Something isn't working label Dec 6, 2020
@DG0BAB DG0BAB self-assigned this Dec 6, 2020
@DG0BAB DG0BAB closed this as completed in c57a694 Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant