Merge "Get Tile#intent through getter"

This commit is contained in:
TreeHugger Robot
2018-08-08 02:08:06 +00:00
committed by Android (Google) Code Review
16 changed files with 129 additions and 131 deletions

View File

@@ -343,7 +343,7 @@ public class DashboardAdapter extends RecyclerView.Adapter<DashboardAdapter.Dash
}
}
} catch (PackageManager.NameNotFoundException e) {
Log.e(TAG, "Failed to set background color for " + tile.intent.getPackage());
Log.e(TAG, "Failed to set background color for " + tile.getPackageName());
}
mCache.updateIcon(tileIcon, icon);
}