Browse Source

修改bugly账号

Pq 3 years ago
parent
commit
90de1c1467

+ 1 - 1
student/src/main/java/com/cooleshow/student/App.java

@@ -47,7 +47,7 @@ public class App extends BaseApplication {
         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
             webviewSetPath(this);
         }
-        CrashReport.initCrashReport(getApplicationContext(), "365b8adf07", false);
+        CrashReport.initCrashReport(getApplicationContext(), "b51fd73164", false);
         initRong();
         initUmeng();
     }

+ 1 - 1
teacher/src/main/java/com/cooleshow/teacher/App.java

@@ -46,7 +46,7 @@ public class App extends BaseApplication {
         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
             webviewSetPath(this);
         }
-        CrashReport.initCrashReport(getApplicationContext(), "6fb5a22967", false);
+        CrashReport.initCrashReport(getApplicationContext(), "c4d163184a", false);
         initRong();
         initUmeng();
     }

+ 0 - 1
teacher/src/main/java/com/cooleshow/teacher/presenter/live/LiveRoomPresenter.java

@@ -383,7 +383,6 @@ public class LiveRoomPresenter extends BasePresenter<LiveRoomContract.LiveRoomVi
         //设置创建者id
         LiveEventHelper.getInstance().setCreateUserId(roomInfo.speakerId);
 //        getShield();获取敏感词汇
-        startPublish();
         if (getView() != null) {
             getView().setRoomData(currentRoomInfo);
         }