mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed recipients count for reply
This commit is contained in:
@@ -3223,8 +3223,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
private void onActionReplyMenu(final ActionData data) {
|
||||
int recipients = 0;
|
||||
if (data.message.to != null)
|
||||
recipients += data.message.to.length;
|
||||
if (data.message.from != null)
|
||||
recipients += data.message.from.length;
|
||||
if (data.message.cc != null)
|
||||
recipients += data.message.cc.length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user