Refactoring

This commit is contained in:
M66B
2024-01-04 13:26:06 +01:00
parent 1177f6d9b6
commit 3bad56345a
9 changed files with 18 additions and 14 deletions

View File

@@ -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>";