Matisse icon indicating copy to clipboard operation
Matisse copied to clipboard

added feature that clearing current selection if max selectable is 1

Open cstlex opened this issue 4 years ago • 2 comments

if max selectable is 1, user would want to change the selection by just clicking other image.

cstlex avatar Aug 23 '20 12:08 cstlex

Please merge this!

JayParikh20 avatar Oct 11 '20 08:10 JayParikh20

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

cstlex avatar Oct 12 '20 01:10 cstlex