Merge branch 'feature/v1.0.3' of http://gitlab.zhidaoauto.com/ecos/yycp-service/Launcher into feature/v1.0.3
This commit is contained in:
@@ -316,7 +316,7 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void authorizeFailed( String errorMsg ) {
|
public void authorizeFailed( String errorMsg ) {
|
||||||
Log.e( TAG, "authorizeFailed --------> errorMsg = " + errorMsg );
|
Log.e( TAG, "authorizeFailed --------> errorMsg = " + errorMsg + " >> isClickShare = " + isClickShare);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class EntrancePresenter extends Presenter<EntranceView> {
|
|||||||
|
|
||||||
private Context mContext;
|
private Context mContext;
|
||||||
private IMogoAnalytics mAnalytics;
|
private IMogoAnalytics mAnalytics;
|
||||||
private static final String TAG = "EntrancePresenter";
|
private static final String TAG = "EntranceFragment";
|
||||||
private IMogoIntentManager mogoIntentManager;
|
private IMogoIntentManager mogoIntentManager;
|
||||||
private IMogoAuthorizeModuleManager mIMogoAuthorizeModuleManager;
|
private IMogoAuthorizeModuleManager mIMogoAuthorizeModuleManager;
|
||||||
private String mVoiceCmdType; //一级命令
|
private String mVoiceCmdType; //一级命令
|
||||||
|
|||||||
Reference in New Issue
Block a user