Merge branch 'feature/v1.0.3' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into feature/v1.0.3

This commit is contained in:
wangcongtao
2020-03-31 17:08:48 +08:00
14 changed files with 190 additions and 91 deletions

View File

@@ -21,6 +21,10 @@ public class GuideShowLauncher extends BaseAppLauncher {
Logger.d(TAG, s);
return Unit.INSTANCE;
});
}else{
if ( getNext() != null ) {
getNext().launch( context, appInfo );
}
}
}