fix remote control nav
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
function enableScrollX() {
|
||||
return browserInfo.mobile && AppInfo.enableAppLayouts;
|
||||
return browserInfo.mobile;
|
||||
}
|
||||
|
||||
function getSquareShape() {
|
||||
@@ -168,10 +168,6 @@
|
||||
infos.push(getTheaterInfo);
|
||||
}
|
||||
|
||||
if (!AppInfo.enableAppLayouts) {
|
||||
infos.push(getUpgradeMobileLayoutsInfo);
|
||||
}
|
||||
|
||||
return infos[getRandomInt(0, infos.length - 1)]();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user