mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-22 00:43:26 +02:00
Allow clicking on plain text only text
This commit is contained in:
@@ -471,6 +471,15 @@ public class FragmentCompose extends FragmentBase {
|
||||
ibCcAdd.setOnClickListener(onPick);
|
||||
ibBccAdd.setOnClickListener(onPick);
|
||||
|
||||
tvPlainTextOnly.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Bundle args = new Bundle();
|
||||
args.putBoolean("force_dialog", true);
|
||||
onAction(R.id.action_check, args, "force");
|
||||
}
|
||||
});
|
||||
|
||||
setZoom();
|
||||
|
||||
etBody.setInputContentListener(new EditTextCompose.IInputContentListener() {
|
||||
|
||||
Reference in New Issue
Block a user