mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Refactoring
This commit is contained in:
@@ -1356,7 +1356,7 @@ public class Helper {
|
||||
html += "Locale: " + Html.escapeHtml(slocale.toString()) + "<br>";
|
||||
if (language != null)
|
||||
html += "Language: " + Html.escapeHtml(language) + "<br>";
|
||||
if ((reporting || BuildConfig.TEST_RELEASE) && uuid != null)
|
||||
if ((reporting || Log.isTestRelease()) && uuid != null)
|
||||
html += "UUID: " + Html.escapeHtml(uuid) + "<br>";
|
||||
html += "</p>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user