王鹏鹏 преди 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;