bugfix: E85XJD-65

This commit is contained in:
wangcongtao
2020-07-01 15:13:47 +08:00
parent c3562cb796
commit 90d5e2c4bb

View File

@@ -29,9 +29,7 @@ public class MainLauncherActivity extends MainActivity {
@Override @Override
protected void addModule() { protected void addModule() {
super.addModule(); super.addModule();
if ( CarSeries.getSeries() == CarSeries.CAR_SERIES_F80X ) { MogoModulePaths.addModule( new MogoModule( BackToLauncherConst.MODULE_PATH, BackToLauncherConst.MODULE_NAME ) );
MogoModulePaths.addModule( new MogoModule( BackToLauncherConst.MODULE_PATH, BackToLauncherConst.MODULE_NAME ) );
}
} }
@Override @Override