Menu

#3184 [BUG] java.lang.IllegalArgumentException - Gallery type 5 not supported on this platform

Version 7.0
open
nobody
None
2020-07-27
2020-07-24
Anonymous
No

Originally created by: jsfan3
Originally owned by: shai-almog

A code like the following:

CN.openGallery(evt -> {
            if (evt != null && evt.getSource() != null) {
                // do what you want
            }

}, CN.GALLERY_ALL_MULTI);

throws a java.lang.IllegalArgumentException - Gallery type 5 not supported on this platform on iOS.

Discussion

  • Anonymous

    Anonymous - 2020-07-27
     
  • Anonymous

    Anonymous - 2020-07-27

    Originally posted by: shai-almog

    Note to self handle this with [#3181]

     

Log in to post a comment.