Get disposing working for subscription manager
This commit is contained in:
@@ -43,6 +43,11 @@ public class ContentControlHandler :
|
||||
{
|
||||
await deactivated.OnDeactivated();
|
||||
}
|
||||
|
||||
if (content is IDisposable disposable)
|
||||
{
|
||||
disposable.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user