mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-17 11:28:56 +01:00
Fix mobile theme shows Home Screen info message even if you are in fullscreen mode already
This commit is contained in:
parent
d703403f52
commit
3d956ad410
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user