Resend requires content

This commit is contained in:
M66B 2022-05-07 21:28:02 +02:00
parent a6294f7d6d
commit c8518b58dd
1 changed files with 1 additions and 1 deletions

View File

@ -2997,7 +2997,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
}
}
boolean canResend = true;
boolean canResend = message.content;
for (Address r : recipients) {
String email = ((InternetAddress) r).getAddress();
if ("undisclosed-recipients:".equals(email)) {