mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Just to be sure
This commit is contained in:
@@ -4225,6 +4225,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
|
||||
String getSelectedText() {
|
||||
if (tvBody == null)
|
||||
return null;
|
||||
|
||||
int start = tvBody.getSelectionStart();
|
||||
int end = tvBody.getSelectionEnd();
|
||||
if (start == end)
|
||||
|
||||
Reference in New Issue
Block a user