{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
changed the description
Toggle commit list -
-
-
resolved all discussions
Toggle commit list -
merged
Toggle commit list
changed the description
changed the description
marked the task @lee-mk as completed
assigned to @kim-p
| 935 | }); | |
| 930 | if (isVoice) { | |
| 931 | roomId = chatRoomId.longValue(); | |
| 932 | roomName = chatRoomName; | |
| 933 | mChatWebView.post(new Runnable() { | |
| 934 | @Override | |
| 935 | public void run() { | |
| 936 | mChatWebView.loadUrl(String.format("javascript:CHAT_UI.startCollaboration('%s');", ABookCommConstants.FLAG.COLLABORATION_TYPE.AUDIO)); | |
| 937 | } | |
| 938 | }); | |
| 939 | } else { | |
| 940 | mChatWebView.post(new Runnable() { | |
| 941 | @Override | |
| 942 | public void run() { | |
| 943 | mChatWebView.loadUrl(String.format("javascript:CHAT_UI.joinRoom('%s', '%s');", chatRoomId, chatRoomName)); | |
| 944 | } | |
Please
register
or
sign in
to reply
|
||
marked the task @kim-p as completed
assigned to @kang-dh
added 1 commit
resolved all discussions
resolved all discussions
mentioned in commit bc84c3d7
mentioned in commit bc84c3d7
merged
merged