S1-Next
S1-Next copied to clipboard
`post`'s Textview does not support text selection in some devices
logcat: TextView does not support text selection. Action mode cancelled.
https://github.com/floating-cat/S1-Next/blob/master/app/src/main/res/layout/item_post.xml doesn't support text selection in some devices. But it works for AOSP 4.4.4 devices and above.
After debugged Editor, still can't find out the reason.