def _onUnregisterFlashComponent(self, viewPy, alias): if alias == MESSENGER_VIEW_ALIAS.CHANNEL_COMPONENT: if self.isMinimising: events_dispatcher.rqDeactivateLazyChannel(self._name) else: events_dispatcher.rqExitFromLazyChannel(self._name)