Matisse
Matisse copied to clipboard
added feature that clearing current selection if max selectable is 1
if max selectable is 1, user would want to change the selection by just clicking other image.
Please merge this!
Anyone who needs this feature before it gets merged, use jitpack
add
maven { url 'https://jitpack.io' }
to repositories in application's build.gradle
and
add
implementation 'com.github.cstlex:Matisse:master-SNAPSHOT'
to dependencies in application's build.gradle