소스 검색

修改参数问题

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;
         if (isLiveMode() && isLivePause()) {
             Log.i("pq", "onResume publish");
-            currentLiveMode = LiveConfig.LIVE_STATUS_NORMAL;
+            currentLiveMode = LiveConfig.LIVE_MODE_LIVE_START;
             presenter.startPublish();
         }
     }