Skip to content

Commit

Permalink
Sync branch v2.1.3 to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocos-robot authored Aug 14, 2019
2 parents 5f6f445 + 7bee8e7 commit c69ca29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/Tips/TipsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {

// Not support the Simulator, QQ_PLAY, WECHAT_GAME
case 'videoPlayer':
return (isMobile || isBrowser) && !CC_RUNTIME && !isQQPlay && !isWechat && !isBaidu && !isXiaomi && !isHuawei && !isAlipay;
return (isMobile || isBrowser) && !CC_RUNTIME && !isQQPlay && !isBaidu && !isXiaomi && !isHuawei && !isAlipay;

// Not support the VIVO_GAME, OPPO_GAME, WECHAT_GAME, QQ_PLAY, CC_RUNTIME
case 'webview':
Expand Down

0 comments on commit c69ca29

Please sign in to comment.