TapBarMenu icon indicating copy to clipboard operation
TapBarMenu copied to clipboard

iconClosedDrawable = ResourcesCompat.getDrawable(getContext(), R.drawable.icon_close_animated);

Open yockel opened this issue 1 year ago • 2 comments

My new project with sdk 33,use tapbarMenu,throw a exception at " iconClosedDrawable = ResourcesCompat.getDrawable(getContext(), R.drawable.icon_close_animated);",the exception is 'android.content.res.Resources$NotFoundException' .

yockel avatar Mar 27 '23 16:03 yockel

it is Resources conflict."icon.xml",in my project also has ‘icon.png’

yockel avatar Mar 28 '23 07:03 yockel

Thanks for reporting. I will need to make a more general update to latest SDK 33

michaldrabik avatar Mar 29 '23 08:03 michaldrabik