Commit 64302cb
Fix crash when push notification icon URL has illegal characters (#23138)
A push notification icon URL that decodes to an illegal character (e.g. an
unencoded space) caused ImageUtils.downloadBitmap to throw an unchecked
IllegalArgumentException, crashing the entire Firebase push-message handler.
Widen the catch in getLargeIconBitmap to skip the large icon instead.
Fixes JETPACK-ANDROID-1BYM
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9fb294d commit 64302cb
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
645 | 648 | | |
646 | 649 | | |
647 | 650 | | |
| |||
0 commit comments