show call controls in videocall when entering call or when come back from pip mode

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-10-25 11:23:32 +02:00
parent 12d96634e5
commit 78653e7d8d
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -522,6 +522,8 @@ public class CallController extends BaseController {
}
});
animateCallControls(true, 0);
initGridAdapter();
}