Copy message text selection with style

This commit is contained in:
M66B
2020-08-26 10:05:32 +02:00
parent a013f500f0
commit 71f1b34eca
3 changed files with 40 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ public class EditTextPlain extends FixedEditText {
return super.onTextContextMenuItem(id);
} catch (Throwable ex) {
Log.w(ex);
Log.e(ex);
return false;
}
}