Commit 14b6a525 authored by Dan Pascu's avatar Dan Pascu

Reset zrtp_widget when we delete the audio session item

parent 6c217c72
......@@ -1780,6 +1780,7 @@ class AudioSessionItem(object):
notification_center.remove_observer(self, name='MediaStreamWillEnd')
self.blink_session.items.audio = None
self.blink_session = None
self.zrtp_widget = None
self.widget = Null
def send_dtmf(self, digit):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment