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