issue #11 Fix wrong action when hdmi unplaged.

This commit is contained in:
Paul Kim
2024-03-29 14:06:21 +09:00
parent 8b847aaea2
commit 6979da71d4

View File

@@ -492,12 +492,17 @@ HotelTV.ui_appfull = (function() {
}, 1000); }, 1000);
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.notice.event.external_input.hdmi_connected[_state.lang], 5); HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.notice.event.external_input.hdmi_connected[_state.lang], 5);
}else{ }else{
if ( $('body,html').css('display')=="none" ){
$('body,html').fadeIn(500); $('body,html').fadeIn(500);
if ( _state.menu.stage.prev!=null ){
_state.menu.stage.cur = _state.menu.stage.prev; _state.menu.stage.cur = _state.menu.stage.prev;
_state.menu.stage.prev = null; _state.menu.stage.prev = null;
} }
} }
} }
}
}
/** /**
* HotelTV UI Wrapper Function::> received event handling function * HotelTV UI Wrapper Function::> received event handling function