Fix broken opening a contact in mobile theme

This commit is contained in:
Hadi Nategh 2021-07-26 14:52:01 +02:00
parent 93c390139b
commit 4cd2d665d7

View File

@ -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)
{