Skip to content

Commit

Permalink
fixup! Clean up of startOrResumeApp
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Feb 3, 2021
1 parent 50a7b70 commit 7905deb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ static boolean startOrResumeApp(Activity activity) {
Intent launchIntent = activity.getPackageManager().getLaunchIntentForPackage(activity.getPackageName());
logger.debug("startOrResumeApp from context: " + activity + " isRoot: " + activity.isTaskRoot() + " with launchIntent: " + launchIntent);

// Not all apps have a launcher intent, such one that only provides a homescreen widget
// Not all apps have a launcher intent, such as one that only provides a homescreen widget
if (launchIntent == null)
return false;

Expand Down

0 comments on commit 7905deb

Please sign in to comment.