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

[IOS] Notification observer remove timing issue #16

Closed
yenoss opened this issue Oct 19, 2019 · 1 comment · Fixed by #35
Closed

[IOS] Notification observer remove timing issue #16

yenoss opened this issue Oct 19, 2019 · 1 comment · Fixed by #35
Labels
bug Something isn't working

Comments

@yenoss
Copy link

yenoss commented Oct 19, 2019

Description of the issue

The screenshot callback plugin has a dispose method.

But the observer will be not releasing when the dispose method.
This is because the observer is released when deinit is called from ios code.
This logic will be different from what the plugin's user expects.

So I think this should be fixed.

Thanks.

@songyiYu songyiYu added the bug Something isn't working label Oct 31, 2019
@songyiYu
Copy link
Member

@minsub0922

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

Successfully merging a pull request may close this issue.

2 participants