1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 21:27:07 +00:00

For me own convenience

This commit is contained in:
M66B 2023-01-06 09:06:29 +01:00
parent 3eeae2a981
commit 276cfc6c51

View file

@ -221,6 +221,9 @@ public class EntityAnswer implements Serializable {
text = text.replace("$" + name + "$", TextUtils.join("<br>", lines));
}
if (BuildConfig.DEBUG)
text = text.replace("$version$", BuildConfig.VERSION_NAME);
return text;
}