mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
For me own convenience
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user