RootEncoder icon indicating copy to clipboard operation
RootEncoder copied to clipboard

Stream Animated text

Open RedwanSharafatKabir opened this issue 2 years ago • 0 comments

I am trying to use Animated text as filter. But app is crashing. Text animation code: textView.ellipsize = TextUtils.TruncateAt.MARQUEE textView.isSelected = true textView.isSingleLine = true

I am using this textview as filter into AndroidViewFilterRender().

But always app is crashing and giving this error - "java.lang.IllegalStateException: Recording currently in progress - missing #endRecording() call?"

RedwanSharafatKabir avatar May 13 '23 13:05 RedwanSharafatKabir