Remove text selection hack for Android as FlatList fixes everything!#578
Conversation
|
Gonna give this a test now! spent a bit of time figuring out why logging in was broken and couldn't test this. |
|
Tested on Android and was able to select text and scrolling was as fast as it was before. Only thing I noticed is that we can only select one comment at a time. Selecting several comments does not work, but I don't think it's something we need to block on. |
I believe this is an Android TextView limitation, as it is only possible to copy from one TextView component at a time. Most messaging apps use a long press context menu to copy text, but this is still limited to a single message. |
@marcaaron - Will you please review?
Removes a hack on Android for text selection, now that FlatList is implemented text selection and scroll speed seems performant.
Fixed Issues
Fixes https://github.com/Expensify/Expensify/issues/141699
Tests
Screenshots
N/A