1:修改K歌房
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.xscm.midi;
|
||||
package com.qxcm.qxlive;
|
||||
|
||||
import android.app.Activity;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.xscm.midi;
|
||||
package com.qxcm.qxlive;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
@@ -19,9 +19,9 @@ import java.util.List;
|
||||
|
||||
import io.reactivex.disposables.Disposable;
|
||||
|
||||
public class LaunchPresenter extends BasePresenter<LaunchContacter.View> implements LaunchContacter.ILoginPre {
|
||||
public class LaunchPresenter extends BasePresenter<com.qxcm.qxlive.LaunchContacter.View> implements com.qxcm.qxlive.LaunchContacter.ILoginPre {
|
||||
|
||||
public LaunchPresenter(LaunchContacter.View view, Context context) {
|
||||
public LaunchPresenter(com.qxcm.qxlive.LaunchContacter.View view, Context context) {
|
||||
super(view, context);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.xscm.midi.presenter;
|
||||
package com.qxcm.qxlive.presenter;
|
||||
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
Reference in New Issue
Block a user