Commit 12ab30a50cd9b5893e7e09bb54a8526004772020

Authored by 陈硕
1 parent 4bc26f31

添加注释

app/src/main/java/com/cnlive/im/ui/ChatRoomActivity.java
... ... @@ -311,7 +311,7 @@ public class ChatRoomActivity extends AppCompatActivity implements View.OnClickL
311 311 break;
312 312 // 断开连接
313 313 case R.id.disconnect:
314   - ChatUtil.quitChatRoom(roomIdOne, onOperationListener);
  314 + ChatUtil.disconnect(true);
315 315 break;
316 316  
317 317 case R.id.creatChat2:
... ...
app/src/main/res/values-en/rc_string.xml deleted 100644 → 0
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   -
4   - <string name="rc_quit_custom_service">Custom Service Have Quit</string>
5   - <string name="rc_init_failed">Failed Connect Custom Service</string>
6   - <string name="rc_location_sharing_ended">Real-time Location session ended.</string>
7   -
8   - <string name="rc_notification_ticker_text">You have a new message</string>
9   -
10   - <string name="rc_notification_new_msg">%1$s&#160;sent&#160;%2$d&#160;messages</string>
11   - <string name="rc_notification_new_plural_msg">%1$d&#160;contacts&#160;sent&#160;%2$d&#160;messages</string>
12   -
13   -</resources>
14 0 \ No newline at end of file
app/src/main/res/values-sw/rc_notification_string.xml deleted 100644 → 0
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   -
4   - <string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string>
5   - <string name="rc_notification_new_msg">%1$s&#160;ametuma&#160;ujumbe&#160; %2$d</string>
6   - <string name="rc_notification_new_plural_msg">Mrafiki.%1$d&#160;wametuma&#160;ujumbe&#160; %2$d</string>
7   -</resources>
8 0 \ No newline at end of file
app/src/main/res/values/rc_configuration.xml deleted 100644 → 0
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   - <!--设置语音消息的码率 (单位 bps)-->
4   - <integer name="rc_audio_encoding_bit_rate">7950</integer>
5   -
6   - <!--原图压缩比例-->
7   - <integer name="rc_image_quality">85</integer>
8   - <!--原图压缩宽、高-->
9   - <integer name="rc_image_size">960</integer>
10   - <!-- 设置发送输入状态 -->
11   - <bool name="rc_typing_status">false</bool>
12   - <!-- 下载文件默认存储路径 -->
13   - <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
14   - <!-- 是否开启 Extension 记忆功能 -->
15   - <bool name="rc_extension_history">false</bool>
16   -</resources>
app/src/main/res/values/rc_lib_string.xml deleted 100644 → 0
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   -
4   - <string name="rc_quit_custom_service">客服已结束</string>
5   - <string name="rc_init_failed">连接客服失败</string>
6   - <string name="rc_location_sharing_ended">位置共享已结束</string>
7   -
8   - <string name="rc_notification_ticker_text">您有了一条新消息</string>
9   - <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
10   - <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
11   -</resources>
12 0 \ No newline at end of file