瀏覽代碼

1.优化代码

王鹏鹏 2 年之前
父節點
當前提交
0579e50f60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tuichat/src/main/java/com/tencent/qcloud/tuikit/tuichat/config/GeneralConfig.java

+ 1 - 1
tuichat/src/main/java/com/tencent/qcloud/tuikit/tuichat/config/GeneralConfig.java

@@ -10,7 +10,7 @@ public class GeneralConfig {
      * 拍照和摄像功能是否使用系统自带相机
      * Whether to use the built-in camera of the system to take photos and video
      */
-    private boolean useSystemCamera = false;
+    private boolean useSystemCamera = true;
 
     private boolean excludedFromUnreadCount;
     private boolean excludedFromLastMessage;