mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:29 +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;
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user