Null icon causes crash in Instant Apps Infobar |
||
Issue descriptionThere a cases where LaunchData.getApplicationIcon() can return null. Generally infobar code is able to handle that situation, but in InstantAppsInfobar, we call setIsUsingBigIcon(), which assumes icon's presence. Do a null check for icon before making that call (or fix setIsUsingBigIcon to do null check) so that we don't get NPE in those circumstances.
,
Jun 15 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 12 2017