aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Ci.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py
index bf137f40..3f5b7315 100644
--- a/lib/python/Screens/Ci.py
+++ b/lib/python/Screens/Ci.py
@@ -110,6 +110,10 @@ class CiMmi(Screen):
#module still there ?
if eDVBCI_UI.getInstance().getState(self.slotid) != 2:
self.closeMmi()
+
+ #mmi session still active ?
+ if eDVBCI_UI.getInstance().getMMIState(self.slotid) != 1:
+ self.closeMmi()
#new screen available?
if eDVBCI_UI.getInstance().availableMMI(self.slotid) == 1: