CleverTap / clevertap-android-sdk

CleverTap Android SDK
MIT License
80 stars 74 forks source link

Fix bugs encountered while testing edge cases SDK-3934 #649

Closed piyush-kukadiya closed 4 months ago

piyush-kukadiya commented 4 months ago
  1. When an unresponsive image URL was encountered, a null pointer exception was thrown while accessing the bitmap. This exception caused the rest of the URL downloads to be skipped because the coroutines caught the exception and subsequently skipped the remaining downloads.