Issue 2379: Make it possible to select text in posts. (#2472)
* Set TextIsSelectable on the corresponding view holders and remove a longpress listener to let Android select text. * Revert changes, and make selectable text only in detailed status. Remove long press listener to copy to clipboard (as it interferes with natural text selection on Android). * Remove unused string (copy_to_clipboard_success) from all translations. Co-authored-by: Martin Marconcini <martin.marconcini.rodriguez@nl.abnamro.com>
This commit is contained in:
parent
2a42536b27
commit
260e25a0a4
47 changed files with 1 additions and 61 deletions
|
@ -304,7 +304,6 @@
|
|||
<string name="send_post_notification_saved_content">嘟文已儲存為草稿</string>
|
||||
<string name="action_compose_shortcut">發表新嘟文</string>
|
||||
<string name="error_no_custom_emojis">當前站點 %s 沒有自訂表情符號</string>
|
||||
<string name="copy_to_clipboard_success">已複製到剪貼簿</string>
|
||||
<string name="emoji_style">表情符號風格</string>
|
||||
<string name="system_default">系統預設</string>
|
||||
<string name="download_fonts">你需要先下載這些表情符號包</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue