Skip to content

Commit

Permalink
[TF][BRAND] in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Aug 2, 2020
1 parent 8be2f97 commit 6f7ffb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5940,7 +5940,7 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
abi = "universal " + Build.CPU_ABI + " " + Build.CPU_ABI2;
break;
}
cell.setText(LocaleController.formatString("TelegramVersion", R.string.TelegramVersion, String.format(Locale.US, "v%s (%d) %s", pInfo.versionName, code, abi)));
cell.setText(String.format("Telegram-FOSS %1$s", String.format(Locale.US, "v%s (%d) %s", pInfo.versionName, code, abi)));
} catch (Exception e) {
FileLog.e(e);
}
Expand Down Expand Up @@ -7042,4 +7042,4 @@ public ArrayList<ThemeDescription> getThemeDescriptions() {

return arrayList;
}
}
}

0 comments on commit 6f7ffb3

Please sign in to comment.