Merge "Get Tile#intent through getter"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fbc325a9aa
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user