Fix mobile theme shows Home Screen info message even if you are in fullscreen mode already

This commit is contained in:
Hadi Nategh 2015-03-04 11:46:20 +00:00
parent d703403f52
commit 3d956ad410

View File

@ -771,7 +771,8 @@
} }
break; break;
case 'android': case 'android':
if (screen.height - window.outerHeight < 40) if (screen.height - window.outerHeight < 40 ||
((screen.height > 640 || screen.width>640) && screen.height - window.outerHeight < 82))
{ {
return false; return false;
} }