codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.71k stars 408 forks source link

Please avoid null pointer here reseting All images #3831

Open DurankGts opened 2 months ago

DurankGts commented 2 months ago

https://github.com/codenameone/CodenameOne/blob/ad16ccf83ad5a1253fa178ef91212d496789e1c1/CodenameOne/src/com/codename1/components/ImageViewer.java#L827

DurankGts commented 2 months ago

could you provide the correct way to reset all de images in Imageviewer??

      if (iv != null) {
            iv.setImage(null);
        }