Bug 723746 - XUL Fennec uses non-tablet layout on ICS tablets [r=mfinkle]

This commit is contained in:
Matt Brubeck 2012-02-02 16:03:57 -08:00
parent 6887d91cfa
commit 2ef1dd3b00

View File

@ -191,7 +191,7 @@ let Util = {
return this._isTablet = true;
}
// On Ice Cream Sandwich devices, switch modes based on screen size.
return this._isTablet = sysInfo.get("isTablet");
return this._isTablet = sysInfo.get("tablet");
#endif
let dpi = this.displayDPI;