Cyanea icon indicating copy to clipboard operation
Cyanea copied to clipboard

Need Help

Open akashshah-claysol opened this issue 4 years ago • 0 comments

Can we change the private val processors = hashSetOf<CyaneaViewProcessor<View>>() to private val processors = ArryList<CyaneaViewProcessor<View>>()

Bcz if I override fun getViewProcessors() in My activity for textview. 1.It added not last val processors in between some index. 2.So TextViewProcessor call after getViewProcessors() of my activity and color of text not change.

Thanks Akash

akashshah-claysol avatar Aug 19 '19 09:08 akashshah-claysol