initIntentExtra取值修改
This commit is contained in:
@@ -386,7 +386,7 @@ public class AVRoomActivity extends BaseMvpActivity<IAvRoomView, AvRoomPresenter
|
||||
if (mRoomInfo != null) {
|
||||
roomUid = mRoomInfo.getRoomUid();
|
||||
} else {
|
||||
roomUid = getIntent().getLongExtra(Constants.ROOM_UID, 0);
|
||||
roomUid = intent.getLongExtra(Constants.ROOM_UID, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user