王鹏鹏 2 роки тому
батько
коміт
0579e50f60

+ 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;