@smartface/contx
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -7,2 +7,3 @@ "use strict"; | ||
var system_1 = __importDefault(require("@smartface/native/device/system")); | ||
var screen_1 = __importDefault(require("@smartface/native/device/screen")); | ||
function load(src) { | ||
@@ -13,3 +14,3 @@ return require(src); | ||
var isTablet = false; | ||
if (system_1.default.OS === system_1.default.OSType.IOS && Math.mix(Screen.width, Screen.heigth) >= 720) { | ||
if (system_1.default.OS === system_1.default.OSType.IOS && Math.min(screen_1.default.width, screen_1.default.heigth) >= 720) { | ||
isTablet = true; | ||
@@ -16,0 +17,0 @@ } |
{ | ||
"name": "@smartface/contx", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
163291
2398