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