As per video, copy a moderate amount of year and paste into logos. The paste takes a long time, then results in a error and the UI thread seizes up totally.
https://youtu.be/BN0FTZCpbgE
Thanks
Paul
While I do see the issue you've documented here, I think it's understandable why it would take a longer time for a significant amount of text such as that to be pasted into a note. It also looks like the app didn't crash, but instead was just unresponsive for some time. When you clicked "Wait" in the unresponsive pop-up, did the app function properly after that?
Thanks for the note Ali. I think it is understandable that it takes a while to process a paste of 2000 words. However this shoudn't be happening on the UI thread, rather a different thread should be used to keep the app responsive. The issue being that the ANR dialog shouldn't appear, cf: https://developer.android.com/training/articles/perf-anr.
Bump