From 222891e13171acfdb12d990938a254f258eb6525 Mon Sep 17 00:00:00 2001 From: Ergyun Syuleyman Date: Wed, 27 May 2020 15:58:38 +0300 Subject: [PATCH] NY-9856: AN: Start video conference call from a group or from the wheel Group chat - point 2. --- .../com/nynja/mobile/communicator/ui/wheel/entity/Factory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/nynja/mobile/communicator/ui/wheel/entity/Factory.java b/app/src/main/java/com/nynja/mobile/communicator/ui/wheel/entity/Factory.java index 047e26a48a..2c829addaa 100644 --- a/app/src/main/java/com/nynja/mobile/communicator/ui/wheel/entity/Factory.java +++ b/app/src/main/java/com/nynja/mobile/communicator/ui/wheel/entity/Factory.java @@ -595,7 +595,7 @@ public class Factory { .wheelAction(ChatActions.CallAction) .text(R.string.call) .icons(R.drawable.ic_calls, 0) -// .subItems(getCallSubItems()) + .subItems(getCallSubItems()) .state(callOptionsEnabled ? ENABLE : DISABLE) .build()); } -- GitLab