This commit is contained in:
wangcongtao
2020-03-31 17:13:39 +08:00
parent e861386cbf
commit 66f1f4cbae

View File

@@ -37,8 +37,8 @@ public class CardAppLauncher extends BaseAppLauncher {
public void launch( Context context, AppInfo appInfo ) {
if ( sCardApps.containsKey( appInfo.getPackageName() ) ) {
mCardManager.switch2( sCardApps.get( appInfo.getPackageName() ) );
} else { mAppsPresenter.exit();
mAppsPresenter.exit();
} else {
if ( getNext() != null ) {
getNext().launch( context, appInfo );
}