浏览代码

修改参数问题

Pq 2 年之前
父节点
当前提交
06ad89b262
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      teacher/src/main/java/com/cooleshow/teacher/ui/live/TeacherLiveRoomActivity.java

+ 1 - 1
teacher/src/main/java/com/cooleshow/teacher/ui/live/TeacherLiveRoomActivity.java

@@ -502,7 +502,7 @@ public class TeacherLiveRoomActivity extends BaseMVPActivity<ActivityTeacherLive
         this.isOnResume = true;
         this.isOnResume = true;
         if (isLiveMode() && isLivePause()) {
         if (isLiveMode() && isLivePause()) {
             Log.i("pq", "onResume publish");
             Log.i("pq", "onResume publish");
-            currentLiveMode = LiveConfig.LIVE_STATUS_NORMAL;
+            currentLiveMode = LiveConfig.LIVE_MODE_LIVE_START;
             presenter.startPublish();
             presenter.startPublish();
         }
         }
     }
     }