mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Fix broken opening a contact in mobile theme
This commit is contained in:
parent
93c390139b
commit
4cd2d665d7
@ -1528,6 +1528,9 @@ class AddressbookApp extends EgwApp
|
||||
*/
|
||||
private videoconference_isUserOnline(_action, _selected)
|
||||
{
|
||||
// ATM we're not supporting status in mobile theme
|
||||
if (egwIsMobile()) return false;
|
||||
|
||||
let list = app.status ? app.status.getEntireList() : {};
|
||||
for (let sel in _selected)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user