ricknout / lens-launcher

A unique, efficient way to browse and launch your apps
https://experiments.withgoogle.com/lens-launcher
Apache License 2.0
213 stars 61 forks source link

Another fix for the google calendar icon #20

Closed premnirmal closed 7 years ago

premnirmal commented 7 years ago

After you install the system update for 7.1.1 on your google pixel, you'll see that the calendar icon isn't showing anymore, AGAIN. The method ContextCompat.getDrawable(Context, int) was throwing a Resources.NotFoundException. This PR fixes the issue by using PackageManager.getApplicationIcon(String) instead of ContextCompat.getDrawable(Context, int)

ricknout commented 7 years ago

Thanks! Please see my one comment, then will merge

premnirmal commented 7 years ago

updated, thanks for the prompt response :)