Explorar el Código

修改参数问题

Pq hace 2 años
padre
commit
06ad89b262

+ 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();
         }
     }