image_downloader icon indicating copy to clipboard operation
image_downloader copied to clipboard

ImageDownloaderPlugin.kt

Open vipul1298 opened this issue 2 years ago • 3 comments
trafficstars

Add else block in the when expression on line no. 347 as when expressions are required to be exhaustive.

vipul1298 avatar Jun 15 '23 06:06 vipul1298

Hi Can you please share the code I tried every thing but still not fixed

shivam-rao-official avatar Jul 06 '23 16:07 shivam-rao-official

#142

radibobovich avatar Jul 18 '23 12:07 radibobovich

Hi Can you please share the code I tried every thing but still not fixed

Just add a new line after Line 347 in the ImageDownloaderPlugin.kt as follows: else -> {}

jerry-pi-mfini avatar Aug 14 '23 21:08 jerry-pi-mfini