-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Overhaul for widgets codebase #4448
Conversation
@@ -188,7 +201,7 @@ protected override async void OnNavigatedTo(NavigationEventArgs eventArgs) | |||
// This IDisposable.Dispose() needs to be called to unhook events in BundlesWidget to avoid memory leaks. | |||
public void Dispose() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this Dispose() will never be called as the comment says, so the widgets never get disposed but the logic is here.
I'll see what could be done in my next PR :)
That's... weird.. Edit: This has been fixed (Thanks @yaichenbaum) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Resolved / Related Issues
Details of Changes
IWidgetItemModel
orICustomWidgetItemModel
can be a widget now.Validation
How did you test these changes?