mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Add boolean to differentiate icons from workprofile" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
bdfa251d67
@@ -174,8 +174,8 @@ public abstract class BaseDraggingActivity extends BaseActivity
|
||||
AppLaunchTracker.INSTANCE.get(this).onStartApp(intent.getComponent(), user,
|
||||
sourceContainer);
|
||||
}
|
||||
getUserEventDispatcher().logAppLaunch(v, intent);
|
||||
getStatsLogManager().logAppLaunch(v, intent);
|
||||
getUserEventDispatcher().logAppLaunch(v, intent, user);
|
||||
getStatsLogManager().logAppLaunch(v, intent, user);
|
||||
return true;
|
||||
} catch (NullPointerException|ActivityNotFoundException|SecurityException e) {
|
||||
Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
|
||||
|
||||
Reference in New Issue
Block a user