RootEncoder
RootEncoder copied to clipboard
Stream Animated text
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?"