ClickableAreasImages icon indicating copy to clipboard operation
ClickableAreasImages copied to clipboard

Required type: uk.co.senab.photoview.PhotoViewAttacher??

Open anta40 opened this issue 2 years ago • 0 comments

I have these lines in build.gradle

implementation 'com.github.Lukle:ClickableAreasImages:v0.1'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'

And inside my activity: ClickableAreasImage clickableAreasImage = new ClickableAreasImage(new PhotoViewAttacher(imgSchool), this);

Android Studio pointed me this error: SCR-20230506-swpg

How to fix this?

anta40 avatar May 06 '23 14:05 anta40