Allow dropping old muters.
This commit is contained in:
@@ -46,3 +46,9 @@ impl IMMNotificationClient_Impl for DeviceNotificationClient {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for DeviceNotificationClient {
|
||||
fn drop(&mut self) {
|
||||
println!("DNC Drop");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user