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
|
|
@ -306,7 +306,6 @@
|
|||
<string name="later">बाद में</string>
|
||||
<string name="restart_required">एप्लिकेशन को पुनः आरंभ की आवश्यकता है</string>
|
||||
<string name="download_fonts">आपको पहले इस इमोजी सेट को डाउनलोड करना होगा</string>
|
||||
<string name="copy_to_clipboard_success">क्लिपबोर्ड पर कॉपी किया गया</string>
|
||||
<string name="action_compose_shortcut">लिखें</string>
|
||||
<string name="send_post_notification_saved_content">टूट की एक प्रति आपके ड्राफ्ट में सहेज ली गई है</string>
|
||||
<string name="send_post_notification_error_title">टूट भेजने में त्रुटि</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue