mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Refactoring
This commit is contained in:
@@ -57,7 +57,7 @@ public class ActivityAnswer extends ActivityBase {
|
||||
public void onItemClick(AdapterView<?> adapterView, View view, int pos, long id) {
|
||||
EntityAnswer answer = (EntityAnswer) adapterView.getAdapter().getItem(pos);
|
||||
|
||||
String html = answer.getText(null);
|
||||
String html = answer.getHtml(null);
|
||||
String text = HtmlHelper.getText(ActivityAnswer.this, html);
|
||||
|
||||
ClipboardManager cbm = (ClipboardManager) getSystemService(Context.CLIPBOARD_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user