Open DurankGts opened 2 months ago
https://github.com/codenameone/CodenameOne/blob/ad16ccf83ad5a1253fa178ef91212d496789e1c1/CodenameOne/src/com/codename1/components/ImageViewer.java#L827
could you provide the correct way to reset all de images in Imageviewer??
if (iv != null) { iv.setImage(null); }
https://github.com/codenameone/CodenameOne/blob/ad16ccf83ad5a1253fa178ef91212d496789e1c1/CodenameOne/src/com/codename1/components/ImageViewer.java#L827