Closed fardavide closed 4 years ago
How are you getting to a cut
operation? The view doesn't really support cut/copy/paste correctly right now.
With setLongClickable
to true
Are you finding copy and paste work? Can you give me some more details about your use-case? I'm guessing the actual underlying problem is that we should not be invalidating the view under some circumstances.
I'm guessing the actual underlying problem is that we should not be invalidating the view under some circumstances.
Yes, i have the same crash after just trying to cut created token and crash somewhere near invalidate method
In some unclear circumstances, the app crashes with the exception described in the comment, while a
cut
operation is done with a single token set in theTextView