mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-28 11:46:31 +02:00
Compower: conditionally allow pasting HTML
This commit is contained in:
@@ -619,7 +619,7 @@ public class EditTextCompose extends FixedEditText {
|
||||
|
||||
final String html;
|
||||
String h = null;
|
||||
if (raw) {
|
||||
if (raw || !BuildConfig.PLAY_STORE_RELEASE) {
|
||||
CharSequence text = item.getText();
|
||||
if (text != null && DetectHtml.isHtml(text.toString())) {
|
||||
Log.i("Paste: raw HTML");
|
||||
|
||||
Reference in New Issue
Block a user