diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index 237c2f84..f7007886 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -1034,6 +1034,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; }