ThemeListener not disposed in sample #3555
Open
Comments
|
Hello Marv51, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback |
|
Thanks @Marv51, yeah we don't really show how to dispose this. Though I'm wondering @Sergio0694 @azchohfi should this helper be an instance or something vs. creating multiples? Thoughts? Doc link for reference. |
|
I think the implementation itself is fine. Its only the sample app that is not disposing it properly, so we should update that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sample ThemeListenerPage does not implement any kind of disposing for the (IDisposable)ThemeListener.
I believe this should be fixed? Might also be a good idea to update the code sample in the docs.
The text was updated successfully, but these errors were encountered: