Merge "Add boolean to differentiate icons from workprofile" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2019-12-16 20:31:33 +00:00
committed by Android (Google) Code Review
6 changed files with 30 additions and 14 deletions

View File

@@ -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();