You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we change the
private val processors = hashSetOf<CyaneaViewProcessor>()
to
private val processors = ArryList<CyaneaViewProcessor>()
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
The text was updated successfully, but these errors were encountered:
Can we change the
private val processors = hashSetOf<CyaneaViewProcessor>()
to
private val processors = ArryList<CyaneaViewProcessor>()
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
The text was updated successfully, but these errors were encountered: