소스 검색

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;