mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Refactoring
This commit is contained in:
@@ -110,10 +110,6 @@ public class EntityAnswer implements Serializable {
|
||||
private static final String PREF_PLACEHOLDER = "answer.value.";
|
||||
|
||||
String getHtml(Context context, Address[] address) {
|
||||
return replacePlaceholders(context, text, address);
|
||||
}
|
||||
|
||||
static String replacePlaceholders(Context context, String text, Address[] address) {
|
||||
String fullName = null;
|
||||
String email = null;
|
||||
if (address != null && address.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user