diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index bd6d4f5d..99cd9498 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -1015,6 +1015,10 @@ const PlayerPanel = ({ } if (!panelInfo.modal && !videoVerticalVisible && !hasProperSpot) { + if (panelInfo.shptmBanrTpNm === "LIVE" && shopNowInfo?.length > 0) { + Spotlight.focus("tab-0"); + return; + } Spotlight.focus(SpotlightIds.PLAYER_TAB_BUTTON); return; }