opt
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user