[BUG] java.lang.IllegalArgumentException - Gallery type 5 not supported on...
Cross-platform app development framework for Java & Kotlin developers.
Brought to you by:
zubair-cn1
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.
Originally posted by: shai-almog
Note to self handle this with [#3181]